mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
GHA CI: fix environment variable not being used
Related issue: https://github.com/Wandalen/wretry.action/issues/106 A workaround was suggested in https://github.com/Wandalen/wretry.action/issues/106#issuecomment-1631860467 PR #19303.
This commit is contained in:
parent
e739d38061
commit
060466e326
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci_macos.yaml
vendored
6
.github/workflows/ci_macos.yaml
vendored
|
@ -34,13 +34,13 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: Wandalen/wretry.action@v1
|
uses: Wandalen/wretry.action@v1
|
||||||
|
env:
|
||||||
|
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
|
||||||
|
HOMEBREW_NO_INSTALL_CLEANUP: 1
|
||||||
with:
|
with:
|
||||||
attempt_delay: 20000
|
attempt_delay: 20000
|
||||||
attempt_limit: 6
|
attempt_limit: 6
|
||||||
command: |
|
command: |
|
||||||
export \
|
|
||||||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 \
|
|
||||||
HOMEBREW_NO_INSTALL_CLEANUP=1
|
|
||||||
brew update > /dev/null
|
brew update > /dev/null
|
||||||
brew install \
|
brew install \
|
||||||
cmake ninja \
|
cmake ninja \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue