mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 09:55:55 +00:00
parent
80c637bf99
commit
045b4f0a06
20
.github/workflows/ci_macos.yaml
vendored
20
.github/workflows/ci_macos.yaml
vendored
@ -33,14 +33,18 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
uses: Wandalen/wretry.action@v1
|
||||||
export \
|
with:
|
||||||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 \
|
attempt_delay: 20000
|
||||||
HOMEBREW_NO_INSTALL_CLEANUP=1
|
attempt_limit: 6
|
||||||
brew update > /dev/null
|
command: |
|
||||||
brew install \
|
export \
|
||||||
cmake ninja \
|
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 \
|
||||||
openssl@1.1 zlib
|
HOMEBREW_NO_INSTALL_CLEANUP=1
|
||||||
|
brew update > /dev/null
|
||||||
|
brew install \
|
||||||
|
cmake ninja \
|
||||||
|
openssl@1.1 zlib
|
||||||
|
|
||||||
- name: Setup ccache
|
- name: Setup ccache
|
||||||
uses: Chocobo1/setup-ccache-action@v1
|
uses: Chocobo1/setup-ccache-action@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user