From dfc3c92e41028b863c0e6f768f6f1e8ca2266a3b Mon Sep 17 00:00:00 2001 From: Ryan Lucia Date: Sun, 14 Jul 2024 14:56:42 -0700 Subject: [PATCH] ci: work around GHA bug There seems to be some race that this successfully hides --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1aa41d29a..ee52b0aba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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