From 7a5b18e195821133e4d7dd15b13f2d2b85568acb Mon Sep 17 00:00:00 2001 From: ochafik Date: Tue, 21 Jan 2025 02:31:05 +0000 Subject: [PATCH] ditch ccache action + require cuda in release --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95e3d8a2f..02381a284 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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