mirror of
https://github.com/borgbase/vorta
synced 2024-12-21 23:33:13 +00:00
Fix macOS CI build (#1123)
This commit is contained in:
parent
324104bdf4
commit
becb6a48d0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
python-version: 3.9
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
brew upgrade openssl readline xz
|
||||
brew install openssl readline xz
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
brew install --cask sparkle
|
||||
|
|
Loading…
Reference in a new issue