Skip to content

Commit

Permalink
use GITHUB_REF for version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Jul 5, 2024
1 parent 200b207 commit 40c89b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nix_build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
-DCMAKE_ENABLE_TESTS=TRUE \
-DRSLANG_BUILD_EXTENDED=TRUE \
-DRSLANG_BUILD_TOOLS=cargo \
-DGENERATE_EVM_VERIFIER=TRUE
-DGENERATE_EVM_VERIFIER=TRUE \
-DZKLLVM_VERSION=${GITHUB_REF}
- name: Build zkllvm
run: |
Expand Down

0 comments on commit 40c89b0

Please sign in to comment.