Skip to content

Commit

Permalink
Merge pull request #76 from HolyWu/master
Browse files Browse the repository at this point in the history
Fix macOS CI failure
  • Loading branch information
myrsloik authored Oct 19, 2024
2 parents cc2b8b7 + 736626a commit 12a247d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew update
brew install ffmpeg llvm meson vapoursynth xxhash
brew install ffmpeg lld llvm meson vapoursynth xxhash
- name: Set environment variables for Clang/LLVM
run: |
Expand All @@ -29,5 +29,5 @@ jobs:
- name: Build
run: |
meson setup "-Dcpp_link_args=['-fuse-ld=lld', '-L/opt/homebrew/opt/llvm/lib/c++', '-Wl,-rpath,/opt/homebrew/opt/llvm/lib/c++']" build
meson setup -Dcpp_link_args=-fuse-ld=lld build
ninja -C build

0 comments on commit 12a247d

Please sign in to comment.