mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
ci: work around GHA bug
There seems to be some race that this successfully hides
This commit is contained in:
parent
0a2c5d8fd1
commit
dfc3c92e41
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -109,8 +109,8 @@ jobs:
|
||||
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
|
||||
# brew update
|
||||
brew install luarocks ninja
|
||||
luarocks install luafilesystem 1.8.0
|
||||
luarocks install moonscript --dev
|
||||
sudo luarocks install luafilesystem 1.8.0
|
||||
sudo luarocks install moonscript --dev
|
||||
brew install libass zlib ffms2 fftw hunspell
|
||||
brew install pulseaudio # NO OpenAL in github CI
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user