Skip to content

Commit

Permalink
Reset CI caches
Browse files Browse the repository at this point in the history
  • Loading branch information
smheidrich committed Feb 24, 2024
1 parent 647e5fb commit b85c1ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ jobs:
cache-name: cargo-home
with:
path: ~/cargo-home-dirs
key: ${{ env.cache-name }}-${{ runner.os }}-${{ matrix.cibw-build-prefix }}-v9.2
key: ${{ env.cache-name }}-${{ runner.os }}-${{ matrix.cibw-build-prefix }}-v10.0
restore-keys: |
${{ env.cache-name }}-${{ runner.os }}-${{ matrix.cibw-build-prefix }}-v9.
${{ env.cache-name }}-${{ runner.os }}-${{ matrix.cibw-build-prefix }}-v10.
- name: Rust build cache
uses: actions/cache@v3
env:
cache-name: rust-build
with:
path: ~/cargo-target-dirs
key: ${{ env.cache-name }}-${{ runner.os }}-v9.2-${{ matrix.cibw-build-prefix }}-${{ hashFiles('**/Cargo.toml') }}
key: ${{ env.cache-name }}-${{ runner.os }}-v10.0-${{ matrix.cibw-build-prefix }}-${{ hashFiles('**/Cargo.toml') }}
restore-keys: |
${{ env.cache-name }}-${{ runner.os }}-${{ matrix.cibw-build-prefix }}-v9.
${{ env.cache-name }}-${{ runner.os }}-${{ matrix.cibw-build-prefix }}-v10.
- name: Save env vars for cibuildwheel
run: >
echo "MAIN_DIR=$PWD" >> "$GITHUB_ENV";
Expand Down

0 comments on commit b85c1ac

Please sign in to comment.