Skip to content

Commit

Permalink
fix brew update on gha?
Browse files Browse the repository at this point in the history
  • Loading branch information
0tkl committed Nov 25, 2023
1 parent 2eb86b0 commit e9801a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ jobs:
if: matrix.config.os == 'macos-latest'
run: |
brew update
brew install luarocks ninja
brew install --force --overwrite luarocks ninja
luarocks install luafilesystem 1.8.0
luarocks install moonscript --dev
brew install --HEAD libass ffms2
brew install zlib fftw hunspell
brew install pulseaudio # NO OpenAL in github CI
brew install --force --overwrite --HEAD libass ffms2
brew install --force --overwrite zlib fftw hunspell
brew install --force --overwrite pulseaudio # NO OpenAL in github CI
- name: Install dependencies (Linux)
if: startsWith(matrix.config.os, 'ubuntu-')
Expand Down

0 comments on commit e9801a7

Please sign in to comment.