From d06f4190fb7fb18b7d489b10934b074573fc89c0 Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Fri, 24 Jun 2022 21:05:35 +0800 Subject: [PATCH] workflows/test.yml: add macFUSE installation --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 746a5cc..05d12c6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,6 +26,8 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: brew install-bundler-gems + - run: brew install --cask macfuse + - run: brew test-bot --only-cleanup-before - run: brew test-bot --only-setup