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