Skip to content

Commit

Permalink
Use ROCm image for container
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Apr 24, 2024
1 parent 2309635 commit 6db0e84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages

container:
image: rocm/dev-ubuntu-22.04:6.1

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -84,7 +88,6 @@ jobs:
echo 'Using "manual" build mode'
echo 'Building library with install script'
./install --install
exit 1
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 6db0e84

Please sign in to comment.