Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rsp4jack authored Jan 1, 2024
1 parent 9c0cecc commit e30d3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/cache@v3
with:
path: check/target/release/check
key: check-build-cache-${{ steps.computehash.outputs.short }}
key: check-build-cache-${{ steps.computehash.outputs.hash }}

- name: Build
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit e30d3e6

Please sign in to comment.