Skip to content

Commit

Permalink
Config env var for ROCm
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Apr 24, 2024
1 parent ddf4ebe commit 3f589d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
sudo apt-get update
sudo apt-get install -y cmake
- name: Configure environment variables for ROCm
run: |
export ROCM_PATH=/opt/rocm
export CMAKE_PREFIX_PATH=/opt/rocm
ls /opt/rocm -R
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 3f589d9

Please sign in to comment.