We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fb37d2 + 416da2b commit 297ddccCopy full SHA for 297ddcc
.github/workflows/release.yml
@@ -37,7 +37,9 @@ jobs:
37
builder: [macos-latest, ubuntu-20.04]
38
name: "build-${{ matrix.builder }}"
39
steps:
40
- - run: brew install libtool autoconf automake pkg-config
+ - run: |
41
+ brew install libtool autoconf automake pkg-config
42
+ mv /usr/local/include/openssl /usr/local/include/openssl.bak
43
if: ${{ matrix.builder == 'macos-latest' }}
44
- name: build Tongsuo
45
run: |
@@ -126,4 +128,4 @@ jobs:
126
128
upload_url: ${{ needs.new_release.outputs.upload_url }}
127
129
asset_path: .\curl\builds\libcurl-vc-x64-release-static-ssl-static-ipv6-sspi\bin\curl.exe
130
asset_name: curl-${{ runner.os }}.exe
- asset_content_type: application/octet-stream
131
+ asset_content_type: application/octet-stream
0 commit comments