From e157c7d6384c8b87222be884ed53335fa01fb53a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 3 Mar 2024 09:32:08 -0800 Subject: [PATCH] Try new restore key --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 515ae4c25..9384b2f3b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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: @@ -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: >- @@ -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: