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:
copilot-swe-agent[bot] 2026-03-08 10:35:06 +00:00
parent c76641c4ff
commit 690254d70f

View File

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