Skip to content

Commit 297ddcc

Browse files
authored
Merge pull request #5 from dongbeiouba/fix/release
修复MacOS构建问题,临时移除openssl目录
2 parents 8fb37d2 + 416da2b commit 297ddcc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
builder: [macos-latest, ubuntu-20.04]
3838
name: "build-${{ matrix.builder }}"
3939
steps:
40-
- run: brew install libtool autoconf automake pkg-config
40+
- run: |
41+
brew install libtool autoconf automake pkg-config
42+
mv /usr/local/include/openssl /usr/local/include/openssl.bak
4143
if: ${{ matrix.builder == 'macos-latest' }}
4244
- name: build Tongsuo
4345
run: |
@@ -126,4 +128,4 @@ jobs:
126128
upload_url: ${{ needs.new_release.outputs.upload_url }}
127129
asset_path: .\curl\builds\libcurl-vc-x64-release-static-ssl-static-ipv6-sspi\bin\curl.exe
128130
asset_name: curl-${{ runner.os }}.exe
129-
asset_content_type: application/octet-stream
131+
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)