From 4b20bc7df0ee70327a82b900e6f9ae1bdf0fd917 Mon Sep 17 00:00:00 2001 From: Ryan Lucia Date: Fri, 24 Nov 2023 12:58:16 -0500 Subject: [PATCH] ci: try to workaround github actions bug --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6eec487d8..5bc460d52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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