Skip to content

Commit 9267943

Browse files
Update ci.yaml
1 parent e79bcd2 commit 9267943

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v3
25+
2526
- name: Install dependencies
2627
run: |
2728
sudo apt-get update
28-
sudo apt-get install -y --no-install-recommends ${{ matrix.torch == 'ON' && matrix.torch_gpu == 'ON' ? 'cuda-toolkit' : '' }} # Install CUDA Toolkit if needed
29+
sudo apt-get install -y --no-install-recommends ${{ matrix.torch == 'ON' && matrix.torch_gpu == 'ON' ? 'cuda-toolkit-12-4' : '' }} # Install CUDA Toolkit if needed
2930
3031
- name: Configure CMake
3132
run: |

0 commit comments

Comments
 (0)