Skip to content

Commit

Permalink
Clear CI caches
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Jul 8, 2022
1 parent ad58424 commit 7ffd362
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/setup-builder/action.yaml
Expand Up @@ -37,8 +37,8 @@ runs:
/usr/local/cargo/registry/index/
/usr/local/cargo/registry/cache/
/usr/local/cargo/git/db/
key: cargo-cache3-${{ hashFiles('**/Cargo.toml') }}
restore-keys: cargo-cache3-
key: cargo-cache4-${{ hashFiles('**/Cargo.toml') }}
restore-keys: cargo-cache4-
- name: Generate lockfile
shell: bash
run: cargo fetch
Expand All @@ -48,8 +48,8 @@ runs:
# these represent compiled steps of both dependencies and arrow
# and thus are specific for a particular OS, arch and rust version.
path: /github/home/target
key: ${{ runner.os }}-${{ runner.arch }}-target-cache3-${{ inputs.rust-version }}-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-${{ runner.arch }}-target-cache3-${{ inputs.rust-version }}-
key: ${{ runner.os }}-${{ runner.arch }}-target-cache4-${{ inputs.rust-version }}-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-${{ runner.arch }}-target-cache4-${{ inputs.rust-version }}-
- name: Install Build Dependencies
shell: bash
run: |
Expand Down

0 comments on commit 7ffd362

Please sign in to comment.