Skip to content

Commit

Permalink
Fix cache keys
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Aug 30, 2024
1 parent f64ff2d commit 7f8d68d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
save-always: true
path: opt/flatbuffers
key: flatbuffers-${{ env.FLATBUFFERS_VERSION }}
key: flatbuffers-${{ env.FLATBUFFERS_VERSION }}-${{ matrix.platform_tag }}

- uses: actions/checkout@v4
if: matrix.os != 'ubuntu-latest' && steps.cache-flatbuffers.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
with:
save-always: true
path: opt/wabt
key: wabt-${{ env.WABT_VERSION }}
key: wabt-${{ env.WABT_VERSION }}-${{ matrix.platform_tag }}

- uses: actions/checkout@v4
if: matrix.os != 'ubuntu-latest' && steps.cache-wabt.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
with:
save-always: true
path: opt/llvm
key: llvmorg-${{ env.LLVM_VERSION }}-${{ runner.os }}
key: llvm-${{ env.LLVM_VERSION }}-${{ matrix.platform_tag }}

- uses: actions/checkout@v4
if: matrix.os != 'ubuntu-latest' && steps.cache-llvm.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 7f8d68d

Please sign in to comment.