Skip to content

Commit a89158b

Browse files
committed
ci: Try to work around yet another gh actions bug
1 parent 551d4ff commit a89158b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ jobs:
121121
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
122122
# brew update
123123
brew install luarocks ninja
124-
luarocks install luafilesystem 1.8.0
125-
luarocks install moonscript --dev
124+
sudo luarocks install luafilesystem 1.8.0
125+
sudo luarocks install moonscript --dev
126126
brew install libass zlib ffms2 fftw hunspell
127127
brew install pulseaudio # NO OpenAL in github CI
128128

0 commit comments

Comments
 (0)