mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-04-03 17:33:40 +00:00
fix: add missing Replace Prover Makefile step to build-macos job
Co-authored-by: danielSanchezQ <1133113+danielSanchezQ@users.noreply.github.com>
This commit is contained in:
parent
c76641c4ff
commit
690254d70f
3
.github/workflows/build-circuits.yml
vendored
3
.github/workflows/build-circuits.yml
vendored
@ -919,6 +919,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