Show llvm-objcopy in PATH in macos.

This commit is contained in:
Alejandro Cabeza Romero 2026-05-21 12:47:26 +02:00
parent 92a4b7fd58
commit 61ff6d1be7
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD

View File

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