Skip to content

Commit

Permalink
Fix to CLI script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pontus Andersson committed Mar 26, 2024
1 parent 0dc1bee commit 584006b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flip_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install CUDA
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt install -y nvidia-cuda-toolkit g++-10
run: sudo apt update && sudo apt install -y nvidia-cuda-toolkit g++-10

- name: Configure CMake
run: >
Expand Down

0 comments on commit 584006b

Please sign in to comment.