CI: Run brew update (bintray shut down)

This commit is contained in:
Luke Street 2021-04-12 12:29:10 -04:00
parent c7f301b485
commit 4e38cf3574
2 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,7 @@ jobs:
- name: Install dependencies
run: |
brew update
brew install ninja qt@5 graphicsmagick imagemagick
brew link qt@5
yarn global add create-dmg
@ -93,6 +94,7 @@ jobs:
build-windows-msvc:
name: Build Windows (MSVC x86_64)
if: 'false' # disabled due to memory constraints
runs-on: windows-2019
env:
LLVM_VERSION: 10.0.1

View File

@ -102,6 +102,7 @@ jobs:
- name: Install dependencies
run: |
brew update
brew install ninja qt@5 graphicsmagick imagemagick getsentry/tools/sentry-cli
brew link qt@5
yarn global add create-dmg