diff options
author | Tom Forbes <tom@tomforb.es> | 2020-11-13 14:23:50 +0000 |
---|---|---|
committer | Tom Forbes <tom@tomforb.es> | 2020-11-13 14:23:50 +0000 |
commit | 4dd8cbc9fd7c2f360bd9ef4b2a5a99dd1b0eb90a (patch) | |
tree | 24bd121ba444f655799acf08bd2b3839fc940bf7 /.github/workflows/test.yml | |
parent | 6137967ac62fc6192de8c17daa6952aa858db3c5 (diff) |
Dont cache the registry
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 182166a..5e06241 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,16 +30,6 @@ jobs: override: true # Caching setup - - name: Cache cargo registry - uses: actions/cache@v1 - with: - path: ~/.cargo/registry - key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - - name: Cache cargo index - uses: actions/cache@v1 - with: - path: ~/.cargo/git - key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo build uses: actions/cache@v1 with: |