Skip to content

Commit

Permalink
Add osx workflow workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
myrsloik committed Feb 20, 2024
1 parent e902bcd commit 717f2ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:

- name: Install Homebrew packages
run: |
brew update
export HOMEBREW_NO_INSTALL_CLEANUP=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
# brew update
brew install ffmpeg jansson llvm meson vapoursynth
- name: Set environment variables for Clang/LLVM
Expand Down

0 comments on commit 717f2ad

Please sign in to comment.