Skip to content

Commit

Permalink
ci: add verify_circuit=true to the releases (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
veaceslavdoina authored Jun 25, 2024
1 parent 8138ef5 commit ad53066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
nim_version: v1.6.14
rust_version: 1.78.0
binary_base: codex
nim_flags: '-d:verify_circuit=true'
upload_to_codex: false

jobs:
Expand Down Expand Up @@ -74,7 +75,7 @@ jobs:
- name: Release - Build
run: |
make NIMFLAGS="--out:${{ env.binary }}"
make NIMFLAGS="--out:${{ env.binary }} ${{ env.nim_flags }}"
- name: Release - Upload binaries
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ad53066

Please sign in to comment.