workaround for MacOS CI issue (#52)

This commit is contained in:
WarmUpTill 2020-10-22 21:56:54 +02:00 committed by GitHub
parent 8aed15f3a8
commit 46916dc5d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,8 @@ jobs:
shell: bash
run: |
cd UI/frontend-plugins/${{ env.PLUGIN_NAME }}/CI/macos
brew untap local/openssl
brew untap local/python2
brew update
brew bundle
cd -