Skip to content

Commit

Permalink
Updated github workflow file to build ckzg dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariaKt committed Jan 17, 2025
1 parent e2f2e8b commit bd1d7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
distro: jammy
llvm-version: 15
- name: 'Compile Deps'
run: docker exec -t blockchain-k-plugin-concrete-${GITHUB_SHA} /bin/bash -c 'make -j`nproc` CXX=clang++-14 libff libcryptopp'
run: docker exec -t blockchain-k-plugin-concrete-${GITHUB_SHA} /bin/bash -c 'make -j`nproc` CXX=clang++-14 libff libcryptopp c-kzg-4844'
- name: 'Compile'
run: docker exec -t blockchain-k-plugin-concrete-${GITHUB_SHA} /bin/bash -c 'make -j`nproc` CXX=clang++-14'
- name: 'Test'
Expand Down

0 comments on commit bd1d7f4

Please sign in to comment.