We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2fdb0d + 11baac0 commit 21c01b6Copy full SHA for 21c01b6
.github/workflows/build.yaml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: false
24
matrix:
25
config:
26
- - { target: "x86_64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "amd64", extension: ""}
+ - { target: "x86_64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "amd64", extension: "", extraArg: "--features openssl/vendored" }
27
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "aarch64", extension: "", extraArg: "--features openssl/vendored" }
28
- { target: "x86_64-apple-darwin", os: "macos-13", arch: "amd64", extension: "" }
29
- { target: "aarch64-apple-darwin", os: "macos-14", arch: "aarch64", extension: "" }
0 commit comments