Skip to content

Commit

Permalink
add boost_root
Browse files Browse the repository at this point in the history
  • Loading branch information
CblPOK-git committed Feb 7, 2024
1 parent 88bb1a0 commit 8a42588
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
clang-zkllvm --version
- name: Configure CMake
env:
BOOST_ROOT: "${{ steps.install-boost.outputs.BOOST_ROOT }}"
run: cmake -G "Unix Makefiles" -B ${ZKLLVM_BUILD:-build} -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=clang-zkllvm .

- name: Compile circuit
Expand Down

0 comments on commit 8a42588

Please sign in to comment.