Skip to content

Commit 7a5b18e

Browse files
author
ochafik
committed
ditch ccache action + require cuda in release
1 parent b7b264c commit 7a5b18e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -859,11 +859,6 @@ jobs:
859859
name: ubuntu-22-cuda (${{ matrix.cuda.version }} cap ${{ matrix.cuda.cap }}, e.g. ${{ matrix.cuda.example }})
860860

861861
steps:
862-
- name: ccache
863-
uses: hendrikmuhs/[email protected]
864-
with:
865-
key: ubuntu-22-cuda-${{ matrix.cuda.version }}-${{ matrix.cuda.cap }}
866-
867862
- name: Dependencies
868863
id: depends
869864
env:
@@ -1292,6 +1287,7 @@ jobs:
12921287

12931288
needs:
12941289
- ubuntu-latest-cmake
1290+
- ubuntu-latest-cmake-cuda
12951291
- macOS-latest-cmake
12961292
- windows-latest-cmake
12971293
- windows-2019-cmake-cuda

0 commit comments

Comments
 (0)