Skip to content

Commit 33e1101

Browse files
galarghrjan90
authored andcommitted
ci: update curl in the release workflow (#13223)
* ci: update curl in the release workflow * Update .github/workflows/release.yml * Update .github/workflows/release.yml
1 parent 767fd61 commit 33e1101

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ jobs:
102102
submodules: 'recursive'
103103
fetch-depth: 0
104104
ref: ${{ github.event.inputs.ref }}
105+
- name: Update curl
106+
if: runner.os == 'macOS'
107+
run: |
108+
brew update
109+
brew unlink curl
110+
brew upgrade curl
111+
brew link curl --force
105112
- name: Build binaries
106113
env:
107114
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)