Skip to content

Commit 11baac0

Browse files
committed
Vendor openssl
Signed-off-by: itowlson <[email protected]>
1 parent e2fdb0d commit 11baac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
config:
26-
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "amd64", extension: ""}
26+
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "amd64", extension: "", extraArg: "--features openssl/vendored" }
2727
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "aarch64", extension: "", extraArg: "--features openssl/vendored" }
2828
- { target: "x86_64-apple-darwin", os: "macos-13", arch: "amd64", extension: "" }
2929
- { target: "aarch64-apple-darwin", os: "macos-14", arch: "aarch64", extension: "" }

0 commit comments

Comments
 (0)