mirror of
https://github.com/curl/curl.git
synced 2026-07-30 11:28:05 +03:00
GHA: brew --no-lock an invalid option now, drop
``` Error: invalid option: --no-lock ``` Ref: https://github.com/curl/curl/actions/runs/13659344413/job/38186577572#step:2:655 Closes #16561
This commit is contained in:
parent
6f1031e9d5
commit
0e0db0e385
3 changed files with 4 additions and 4 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
|
@ -607,7 +607,7 @@ jobs:
|
|||
timeout-minutes: 5
|
||||
run: |
|
||||
echo automake libtool | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfile
|
||||
while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --no-lock --file /tmp/Brewfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done
|
||||
while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --file /tmp/Brewfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done
|
||||
|
||||
- name: 'cache compiler (mingw32ce)'
|
||||
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue