Skip to content

Commit

Permalink
fix(build): update error message for hash mismatch in fixed-output de…
Browse files Browse the repository at this point in the history
…rivation
  • Loading branch information
elikoga committed Jan 31, 2025
1 parent adcd1d5 commit 5dfe2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
run: |
if grep -q "npmDepsHash is out of date" thymis/build.log; then
if grep -q "hash mismatch in fixed-output derivation" thymis/build.log; then
cd thymis-2
echo "frontendHashFailure detected, committing new hash"
# git config --global user.name github-actions[bot]
Expand Down

0 comments on commit 5dfe2c8

Please sign in to comment.