Skip to content

Commit

Permalink
Modify env var
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Apr 24, 2024
1 parent a74049a commit 72a96c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Configure environment variables for ROCm
run: |
export ROCM_PATH=/opt/rocm
export CMAKE_PREFIX_PATH=/opt/rocm/bin
export CMAKE_PREFIX_PATH=/opt/rocm:/opt/rocm/bin:/opt/rocm/include:/opt/rocm/lib
ls /opt/rocm -R
# Initializes the CodeQL tools for scanning.
Expand Down

0 comments on commit 72a96c2

Please sign in to comment.