ditch ccache action + require cuda in release
This commit is contained in:
parent
b7b264cac0
commit
7a5b18e195
1 changed files with 1 additions and 5 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -859,11 +859,6 @@ jobs:
|
|||
name: ubuntu-22-cuda (${{ matrix.cuda.version }} cap ${{ matrix.cuda.cap }}, e.g. ${{ matrix.cuda.example }})
|
||||
|
||||
steps:
|
||||
- name: ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2.11
|
||||
with:
|
||||
key: ubuntu-22-cuda-${{ matrix.cuda.version }}-${{ matrix.cuda.cap }}
|
||||
|
||||
- name: Dependencies
|
||||
id: depends
|
||||
env:
|
||||
|
@ -1292,6 +1287,7 @@ jobs:
|
|||
|
||||
needs:
|
||||
- ubuntu-latest-cmake
|
||||
- ubuntu-latest-cmake-cuda
|
||||
- macOS-latest-cmake
|
||||
- windows-latest-cmake
|
||||
- windows-2019-cmake-cuda
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue