Skip to content

Commit

Permalink
Merge pull request #5 from dongbeiouba/fix/release
Browse files Browse the repository at this point in the history
修复MacOS构建问题,临时移除openssl目录
  • Loading branch information
InfoHunter authored Oct 30, 2023
2 parents 8fb37d2 + 416da2b commit 297ddcc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
builder: [macos-latest, ubuntu-20.04]
name: "build-${{ matrix.builder }}"
steps:
- run: brew install libtool autoconf automake pkg-config
- run: |
brew install libtool autoconf automake pkg-config
mv /usr/local/include/openssl /usr/local/include/openssl.bak
if: ${{ matrix.builder == 'macos-latest' }}
- name: build Tongsuo
run: |
Expand Down Expand Up @@ -126,4 +128,4 @@ jobs:
upload_url: ${{ needs.new_release.outputs.upload_url }}
asset_path: .\curl\builds\libcurl-vc-x64-release-static-ssl-static-ipv6-sspi\bin\curl.exe
asset_name: curl-${{ runner.os }}.exe
asset_content_type: application/octet-stream
asset_content_type: application/octet-stream

0 comments on commit 297ddcc

Please sign in to comment.