fix MacOS CI issue

This commit is contained in:
WarmUpTill 2020-07-31 22:18:52 +02:00 committed by GitHub
parent f8b505fa4e
commit 93c889c215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'