1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-24 15:30:40 +01:00

Add brew upgrade step in CI

This commit is contained in:
Jonas Kvinge 2020-09-10 19:14:33 +02:00
parent 48e0e6af71
commit 6380cb8458

View File

@ -841,6 +841,10 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v1.2.0 - uses: actions/checkout@v1.2.0
- name: Update
run: brew update
- name: Upgrade
run: brew upgrade
- name: Unlink python - name: Unlink python
run: brew unlink python@2 run: brew unlink python@2
- name: Install packages - name: Install packages