Skip to content

Commit

Permalink
GHA: fix key name
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jan 29, 2025
1 parent fc72857 commit fdb4232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: pip install tox
- name: Cache fetched crates
uses: actions/cache@v4
if: ${{ suite == "integration" }}
if: ${{ matrix.suite == "integration" }}
with:
path: integration_test/dist
key: dist
Expand Down

0 comments on commit fdb4232

Please sign in to comment.