Skip to content

Commit 62a9003

Browse files
committed
ci: Don't install lua modules on mac
These are the cause of the latest macos CI breakage and aren't actually needed for the CI build.
1 parent c1cd7b8 commit 62a9003

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ jobs:
109109
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
110110
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
111111
# brew update
112-
brew install luarocks ninja
113-
sudo luarocks install luafilesystem 1.8.0
114-
sudo luarocks install moonscript --dev
112+
brew install ninja
115113
brew install libass zlib ffms2 fftw hunspell
116114
brew install pulseaudio # NO OpenAL in github CI
117115

0 commit comments

Comments
 (0)