Skip to content

Commit

Permalink
Fail if add-determinism isn't cached
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Dec 22, 2024
1 parent 7220b02 commit 84185b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
path: ${{ runner.tool_cache }}/add-determinism
key: add-determinism-bin-${{ env.ADD_DETERMINISM_VERSION }}
fail-on-cache-miss: true
- run: echo "${{ runner.tool_cache }}/add-determinism/bin" >> $GITHUB_PATH
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 84185b7

Please sign in to comment.