mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-23 23:11:19 +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
|
||||
steps:
|
||||
- uses: actions/checkout@v1.2.0
|
||||
- name: Update
|
||||
run: brew update
|
||||
- name: Upgrade
|
||||
run: brew upgrade
|
||||
- name: Unlink python
|
||||
run: brew unlink python@2
|
||||
- name: Install packages
|
||||
|
Loading…
Reference in New Issue
Block a user