Skip to content

Commit

Permalink
fix sccache condition
Browse files Browse the repository at this point in the history
  • Loading branch information
kahojyun committed Jan 13, 2025
1 parent 668b0df commit 57c4240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
command: [build]
include:
- args: --release --out dist
sccache: ${{ !needs.release.outputs.published }}
sccache: ${{ needs.release.outputs.published == 'false' }}
- command: sdist
os:
runner: ubuntu-24.04
Expand Down

0 comments on commit 57c4240

Please sign in to comment.