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:
parent
48e0e6af71
commit
6380cb8458
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user