From 0a15b2f55a93386df60d606f22e1487ebde5c04d Mon Sep 17 00:00:00 2001 From: karliss Date: Wed, 29 Jul 2020 23:16:42 +0300 Subject: [PATCH] Temporary workaround for brew problems in github actions. (#2346) --- .github/workflows/ccpp.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 538e44d7..00167900 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -45,6 +45,7 @@ jobs: if: contains(matrix.os, 'macos') run: | cd scripts + brew update --preinstall # temporary workaround for https://github.com/Homebrew/homebrew-bundle/issues/751 brew bundle brew tap iveney/mocha brew install realpath