From 23139e9db5a7d8cfda525f4de79e59a16f0cea2e Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 23 Jul 2022 22:02:19 +1000 Subject: [PATCH] Use rustls on debug for aarch64-apple-darwin Signed-off-by: Jiahao XU --- .github/workflows/build-and-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-integration-tests.yml b/.github/workflows/build-and-integration-tests.yml index ad1a01e6..1af3cfa0 100644 --- a/.github/workflows/build-and-integration-tests.yml +++ b/.github/workflows/build-and-integration-tests.yml @@ -35,7 +35,7 @@ jobs: output: cargo-binstall use-cross: false test: false - debug_build_args: --no-default-features --features native-tls + debug_build_args: --no-default-features --features rustls - target: x86_64-pc-windows-msvc os: windows-latest output: cargo-binstall.exe