Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
CblPOK-git committed Feb 7, 2024
1 parent 417927a commit f766bb4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
assigner --version
clang-zkllvm --version
- name: Clone zkllvm repository
run: git clone https://github.com/NilFoundation/zkLLVM.git

- name: Configure CMake
env:
BOOST_ROOT: "${{ steps.install-boost.outputs.BOOST_ROOT }}"
Expand All @@ -68,10 +71,6 @@ jobs:
run: proof-generator-single-threaded --circuit="template.crct" --assignment-table="template.tbl" --proof="proof.bin"


- name: Clone zkllvm repository
run: git clone https://github.com/NilFoundation/zkLLVM.git


- name: Compile arithmetics example
run: make -C ${ZKLLVM_BUILD:-build} arithmetics_cpp_example

Expand Down

0 comments on commit f766bb4

Please sign in to comment.