taiki-e / upload-rust-binary-action

GitHub Action for building and uploading Rust binary to GitHub Releases.
Apache License 2.0
227 stars 19 forks source link

openssl error in windows #67

Closed williamfzc closed 5 months ago

williamfzc commented 5 months ago

Nice project :)

This is my config:

      matrix:
        include:
          # Ubuntu
          - target: aarch64-unknown-linux-musl
            os: ubuntu-latest
          - target: x86_64-unknown-linux-musl
            os: ubuntu-latest
          # Mac OS
          - target: universal-apple-darwin
            os: macos-latest
          # Windows
          - target: x86_64-pc-windows-msvc
            os: windows-latest

And I got this error in Windows target:

error: failed to run custom build command for `openssl-sys v0.9.98` 

Mac and linux both work fine

taiki-e commented 5 months ago

Duplicate of #47. Try enabling the vendored feature of openssl crate.