mirror of
https://github.com/curl/curl.git
synced 2026-07-25 11:57:16 +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/non-native.yml
vendored
2
.github/workflows/non-native.yml
vendored
|
|
@ -286,7 +286,7 @@ jobs:
|
|||
if: ${{ matrix.build.configure }}
|
||||
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: 'toolchain versions'
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue