From 82aa893306587999d9711e6c8861f8e14b0423c9 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 23 Jul 2022 22:00:53 +1000 Subject: [PATCH] Disable feature static & zlib-ng on x86_64-apple-darwin Signed-off-by: Jiahao XU --- .github/workflows/build-and-integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-integration-tests.yml b/.github/workflows/build-and-integration-tests.yml index 27044909..ad1a01e6 100644 --- a/.github/workflows/build-and-integration-tests.yml +++ b/.github/workflows/build-and-integration-tests.yml @@ -29,6 +29,7 @@ jobs: output: cargo-binstall use-cross: false test: true + debug_build_args: --no-default-features --features rustls - target: aarch64-apple-darwin os: macos-latest output: cargo-binstall