Skip to content

Commit

Permalink
Update pullrequest_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmesamster authored Jan 9, 2025
1 parent cabd32f commit 604c500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: enable corepack for yarnpkg upgrade
run: corepack enable
- name: Install Build CLI tool
if: steps.cache-cargo.outputs.cache-hit != 'true'
# if: steps.cache-cargo.outputs.cache-hit != 'true'
run: cargo install --path=cli --locked
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down

0 comments on commit 604c500

Please sign in to comment.