Skip to content

Commit d8700b7

Browse files
committed
revert change for x64 build
Signed-off-by: karthik2804 <[email protected]>
1 parent 0d0688c commit d8700b7

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-20.04", arch: "amd64", extension: "", extraArg: "--features openssl/vendored" }
26+
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "amd64", extension: ""}
2727
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "aarch64", extension: "", extraArg: "--features openssl/vendored" }
2828
- { target: "x86_64-apple-darwin", os: "macos-latest", arch: "amd64", extension: "" }
2929
- { target: "aarch64-apple-darwin", os: "macos-latest", arch: "aarch64", extension: "" }

0 commit comments

Comments
 (0)