From 93c889c2152506949d4af3d13f140c2bad5a628c Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Fri, 31 Jul 2020 22:18:52 +0200 Subject: [PATCH] fix MacOS CI issue --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d297420d..f3bc3602 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,7 @@ jobs: shell: bash run: | cd UI/frontend-plugins/${{ env.PLUGIN_NAME }}/CI/macos + brew update brew bundle cd - - name: 'Install prerequisite: Pre-built dependencies'