mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-07-03 07:30:14 +00:00
Show llvm-objcopy in PATH in macos.
This commit is contained in:
parent
92a4b7fd58
commit
61ff6d1be7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user