Skip to content

Commit

Permalink
Update ci-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Nov 18, 2024
1 parent 0eea1c6 commit 2fa4f2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y nvidia-cuda-toolkit
sudo apt-get install -y nvidia-hpc-sdk
# sudo apt-get install -y nvidia-hpc-sdk
sudo apt-get install -y nvhpc-24-11
echo "CXX=nvc++" >> $GITHUB_ENV
echo "OMPI_CXX=nvc++" >> $GITHUB_ENV
Expand Down

0 comments on commit 2fa4f2c

Please sign in to comment.