mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-04-10 21:03:12 +00:00
Merge pull request #14 from logos-blockchain/copilot/fix-build-macos-job
fix(ci): add missing Replace Prover Makefile step to build-macos job
This commit is contained in:
commit
493f83b938
3
.github/workflows/build-circuits.yml
vendored
3
.github/workflows/build-circuits.yml
vendored
@ -1126,6 +1126,9 @@ jobs:
|
||||
- name: Initialise Submodules
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
- name: Replace Prover Makefile
|
||||
run: cp .github/resources/prover/Makefile rapidsnark/Makefile
|
||||
|
||||
- name: Setup Dependencies
|
||||
run: mkdir include
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user