From 25317435529c2137e2f8152e092cd8a59bc3e733 Mon Sep 17 00:00:00 2001 From: SupSuper Date: Mon, 11 Jan 2021 01:11:13 +0000 Subject: [PATCH] Don't bother with brew update, it often fails --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd4b23f22e..c3bc86fbd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,6 @@ jobs: - name: Install packages (macOS) if: runner.os == 'macOS' run: | - brew update || true # brew update often fails, no biggie. brew install ccache ${{ matrix.packages }} - name: Setup Cache