Add brew upgrade step in CI
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user