mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 13:45:31 +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 }}-
|
${{ runner.os }}-
|
||||||
|
|
||||||
- name: Install macOS packages
|
- name: Install macOS packages
|
||||||
run: |
|
run: brew bundle install
|
||||||
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
|
|
||||||
|
|
||||||
- name: Install Python requirements
|
- name: Install Python requirements
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue