1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

ci: try to workaround github actions bug

This commit is contained in:
Ryan Lucia 2023-11-24 12:58:16 -05:00 committed by arch1t3cht
parent 86295a8d36
commit 4b20bc7df0

View File

@ -116,7 +116,10 @@ jobs:
- name: Install dependencies (MacOS)
if: matrix.config.os == 'macos-latest'
run: |
brew update
export HOMEBREW_NO_INSTALL_CLEANUP=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
# 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