We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b264c commit 7a5b18eCopy full SHA for 7a5b18e
.github/workflows/build.yml
@@ -859,11 +859,6 @@ jobs:
859
name: ubuntu-22-cuda (${{ matrix.cuda.version }} cap ${{ matrix.cuda.cap }}, e.g. ${{ matrix.cuda.example }})
860
861
steps:
862
- - name: ccache
863
- uses: hendrikmuhs/[email protected]
864
- with:
865
- key: ubuntu-22-cuda-${{ matrix.cuda.version }}-${{ matrix.cuda.cap }}
866
-
867
- name: Dependencies
868
id: depends
869
env:
@@ -1292,6 +1287,7 @@ jobs:
1292
1287
1293
1288
needs:
1294
1289
- ubuntu-latest-cmake
1290
+ - ubuntu-latest-cmake-cuda
1295
1291
- macOS-latest-cmake
1296
- windows-latest-cmake
1297
- windows-2019-cmake-cuda
0 commit comments