ditch ccache action + require cuda in release

This commit is contained in:
ochafik 2025-01-21 02:31:05 +00:00
parent b7b264cac0
commit 7a5b18e195

View file

@ -859,11 +859,6 @@ jobs:
name: ubuntu-22-cuda (${{ matrix.cuda.version }} cap ${{ matrix.cuda.cap }}, e.g. ${{ matrix.cuda.example }}) name: ubuntu-22-cuda (${{ matrix.cuda.version }} cap ${{ matrix.cuda.cap }}, e.g. ${{ matrix.cuda.example }})
steps: steps:
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.11
with:
key: ubuntu-22-cuda-${{ matrix.cuda.version }}-${{ matrix.cuda.cap }}
- name: Dependencies - name: Dependencies
id: depends id: depends
env: env:
@ -1292,6 +1287,7 @@ jobs:
needs: needs:
- ubuntu-latest-cmake - ubuntu-latest-cmake
- ubuntu-latest-cmake-cuda
- macOS-latest-cmake - macOS-latest-cmake
- windows-latest-cmake - windows-latest-cmake
- windows-2019-cmake-cuda - windows-2019-cmake-cuda