mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 15:57:15 +00:00
github CI (macOS): use brew bundle install (uses Brewfile)
This commit is contained in:
parent
b8e5df9410
commit
5c5df6458a
1 changed files with 1 additions and 6 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -160,12 +160,7 @@ jobs:
|
|||
${{ runner.os }}-
|
||||
|
||||
- name: Install macOS packages
|
||||
run: |
|
||||
brew install pkg-config || brew upgrade pkg-config
|
||||
brew install zstd || brew upgrade zstd
|
||||
brew install lz4 || brew upgrade lz4
|
||||
brew install xxhash || brew upgrade xxhash
|
||||
brew install openssl@1.1 || brew upgrade openssl@1.1
|
||||
run: brew bundle install
|
||||
|
||||
- name: Install Python requirements
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue