Skip to content

Commit 21c01b6

Browse files
authored
Merge pull request #30 from itowlson/curse-all-ubuntus-jeeves
Vendor `openssl`
2 parents e2fdb0d + 11baac0 commit 21c01b6

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)