From f135acbdfbe9890f446ef029f42669a14261e7d3 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 5 Feb 2021 16:07:59 +0000 Subject: [PATCH] build: install macfuse 4.x instead of osxfuse 3.x The macfuse has been renamed, but brew is still picking up the old version under the old name. This corrects the name to macfuse which brings in v4.x which should support Apple Silicon. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 812a65d03..573da1ed4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,7 +124,7 @@ jobs: shell: bash run: | brew update - brew install --cask osxfuse + brew install --cask macfuse if: matrix.os == 'macOS-latest' - name: Install Libraries on Windows