diff --git a/.github/actions/compile-witness-generator/action.yml b/.github/actions/compile-witness-generator/action.yml index 16a5866..5aa0e32 100644 --- a/.github/actions/compile-witness-generator/action.yml +++ b/.github/actions/compile-witness-generator/action.yml @@ -104,6 +104,11 @@ runs: if [ "$OS" = "macos" ]; then SED_I="sed -i ''"; fi $SED_I ':a;N;$!ba;s/\n}\n\n*$/\n return 0;\n}/' "${CIRCUIT_CPP_PATH}/main.cpp" + - name: Set up LLVM tools (macOS) + if: ${{ inputs.os == 'macos' }} + shell: bash + run: echo "$(brew --prefix llvm)/bin" >> "$GITHUB_PATH" + # TODO: Instead of insertion, make a fork that includes the appropriate patch (or the actual fix) - name: Patch MacOS GMP shell: bash