mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 15:57:34 +00:00
Avoid reinstalling Py3.9 in macOS build workflow (#1194)
This commit is contained in:
parent
f4a85e82c4
commit
103634f075
1 changed files with 0 additions and 4 deletions
4
.github/workflows/build-macos.yml
vendored
4
.github/workflows/build-macos.yml
vendored
|
@ -20,10 +20,6 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.inputs.branch }}
|
ref: ${{ github.event.inputs.branch }}
|
||||||
- name: Set up Python
|
|
||||||
uses: actions/setup-python@v1
|
|
||||||
with:
|
|
||||||
python-version: 3.9
|
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install openssl readline xz
|
brew install openssl readline xz
|
||||||
|
|
Loading…
Reference in a new issue