Skip to content

Commit

Permalink
try to fix nix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Oct 15, 2024
1 parent d07d84f commit 5e1f916
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/verify-circuit-proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ jobs:
fetch-depth: 0

- name: Create test binary
run: |
nix develop .#crypto3-tests
cd crypto3
eval "$configurePhase"
ninja transpiler_evm_test
./libs/transpiler/test/transpiler_evm_test -- --save-proof-data
- run: cargo-deny check
shell: nix develop .#crypto3-tests --command bash -e {0}
cd crypto3 && eval "$configurePhase"
nix develop -c ninja transpiler_evm_test
nix develop -c ./libs/transpiler/test/transpiler_evm_test -- --save-proof-data
- name: Publish Proofs
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5e1f916

Please sign in to comment.