From 90d0b9add11cb082da37406955ed7b500feb5501 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sat, 9 Jan 2021 03:14:11 -0500 Subject: [PATCH 1/2] Disable fail-fast on GitHub Actions. --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1b218041e33b..7e5b7988c7d9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,6 +18,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: include: - name-suffix: "(Minimum Versions)" From 59c1afd9d51d3b542681dcf8e2b048c6a3acee45 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sat, 9 Jan 2021 03:28:30 -0500 Subject: [PATCH 2/2] Don't update homebrew on GitHub Actions. This leaves us at the mercy of whenever Actions updates the formula database, but also prevents it from trying to update stuff in the image that we don't want it to update. --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7e5b7988c7d9..47489af5cd6f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -91,7 +91,6 @@ jobs: ttf-wqy-zenhei ;; macOS) - brew update brew install ccache ;; esac