Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Gololicic committed Dec 12, 2023
1 parent 6c123f0 commit 70e005b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
BUILD_TIME: $(date --iso-8601=seconds)
VERSION: ${{github.ref_name}}
COMMIT: ${{ github.sha }}
CGO_CFLAGS: "-O -D__BLST_PORTABLE__" // temporary workaround for crypto being built on older machines
CGO_CFLAGS: "-O -D__BLST_PORTABLE__" # temporary workaround for crypto being built on older machines
with:
pre_command: make generate
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 70e005b

Please sign in to comment.