From b3faee94717b5184cccc7eb1532424d58a2f14d9 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 5 Oct 2019 11:34:52 +0100 Subject: [PATCH] build: fix macOS build after brew changes --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d0faeb385..87f23905c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -135,7 +135,6 @@ jobs: shell: bash run: | brew update - brew tap caskroom/cask brew cask install osxfuse if: matrix.os == 'macOS-latest'