Skip to content

Commit

Permalink
Try new restore key
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Mar 3, 2024
1 parent fc94de7 commit e157c7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
# suspect.
key: 0-cache-ubuntu-latest-${{ github.run_id }}
restore-keys: |
0-cache-ubuntu-latest
0-cache-ubuntu-latest-
if: matrix.os == 'ubuntu-latest'
- uses: actions/cache@v3
with:
path: ~/Library/Caches/ccache
key: 0-cache-macos-latest-${{ github.run_id }}
restore-keys: |
0-cache-macos-latest
0-cache-macos-latest-
if: matrix.os == 'macos-latest'
- name: Install wasmtime for tests
# TODO: switch to Wasmtime 17 once it's released, which will include https://github.com/bytecodealliance/wasmtime/pull/7750
Expand All @@ -51,7 +51,7 @@ jobs:
else
curl -f -OL --retry 5 https://github.com/bytecodealliance/wasm-tools/releases/download/wasm-tools-1.0.54/wasm-tools-1.0.54-x86_64-macos.tar.gz
tar xf wasm-tools-1.0.54-x86_64-macos.tar.gz
cp wasm-tools-1.0.54-x86_64-macos/wasm-tools ~/.wasmtime/bin/
cp wasm-tools-1.0.54-x86_64-macos/wasm-tools ~/.wasmtime/bin/
fi
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
path: ~/AppData/Local/ccache
key: 0-${{ format( 'cache-windows-latest-{0}', matrix.arch) }}-${{ github.run_id }}
restore-keys: |
0-${{ format( 'cache-windows-latest-{0}', matrix.arch) }}
0-${{ format( 'cache-windows-latest-{0}', matrix.arch) }}-
- uses: msys2/setup-msys2@v2
with:
install: >-
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
path: ~/.ccache
key: 0-cache-ubuntu-bionic-${{ github.run_id }}
restore-keys: |
0-cache-ubuntu-bionic
0-cache-ubuntu-bionic-
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e157c7d

Please sign in to comment.