Skip to content

Commit

Permalink
fix(ci): Try installing llvm to get llvm-objcopy
Browse files Browse the repository at this point in the history
.. unfortunately, GNU's objcopy does not work as expected on aarch64 +
Mach-O.
  • Loading branch information
xdoardo committed Nov 22, 2024
1 parent 7ec657d commit f1a2534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,11 @@ jobs:
run: |
sudo apt-get update -y && sudo apt-get install ninja-build clang mold -y
- name: Install `ninja` and (brew's) `clang` on macOS
- name: Install `ninja` and (brew's) `llvm` on macOS
if: startsWith(matrix.metadata.build, 'macos-')
shell: bash
run: |
brew install ninja clang
brew install ninja llvm
- name: Install `ninja` on Windows
if: startsWith(matrix.metadata.build, 'windows-')
Expand Down

0 comments on commit f1a2534

Please sign in to comment.