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:
Daniel Sanchez 2026-03-08 10:37:28 +00:00 committed by GitHub
commit 493f83b938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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