From aff28a38e56356582179c3330c3de00e02ae2ec4 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 10 Aug 2020 16:16:03 +1000 Subject: [PATCH] bust rspy cache --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 02a26e4cb..ae9cf0520 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -225,7 +225,7 @@ jobs: uses: actions/cache@v1 with: path: ${{ github.workspace }}${{ matrix.SEP }}rspy${{ matrix.SEP }}target - key: ${{ runner.os }}-cargo-rspy-${{ hashFiles('**/requirements.*') }}-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/Makefile') }}-${{ hashFiles('**/Cargo.toml') }}-${{ matrix.BUILD_TYPE }}-22- + key: ${{ runner.os }}-cargo-rspy-${{ hashFiles('**/requirements.*') }}-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/Makefile') }}-${{ hashFiles('**/Cargo.toml') }}-${{ matrix.BUILD_TYPE }}-23- - name: Set up curl pyaudio, rsync if: matrix.os == 'windows-latest'