From 1e60161932639f2844a0c99671430cff506977d3 Mon Sep 17 00:00:00 2001 From: tellowkrinkle Date: Mon, 12 Apr 2021 15:04:05 -0500 Subject: [PATCH] ghactions: brew update before installing in macOS Should fix issues with homebrew's old package provider shutting down --- .github/workflows/macos-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos-workflow.yml b/.github/workflows/macos-workflow.yml index ba3048f97c..9013a0ca10 100644 --- a/.github/workflows/macos-workflow.yml +++ b/.github/workflows/macos-workflow.yml @@ -60,6 +60,7 @@ jobs: PLATFORM: ${{ matrix.platform }} run: | export HOMEBREW_NO_INSTALL_CLEANUP=1 + brew update brew install sound-touch portaudio wxmac gtk+3 sdl2 libsamplerate brew install --cask xquartz # We use its OpenGL headers