From 74dd3b6c70911370eb30aea35bddb70918d294fc Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 23 Jul 2022 19:42:50 +1000 Subject: [PATCH] Build debug with feature pkg-config in integration test CI 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 33689ba3..2ec73789 100644 --- a/.github/workflows/build-and-integration-tests.yml +++ b/.github/workflows/build-and-integration-tests.yml @@ -98,7 +98,7 @@ jobs: if: ${{ ! startsWith(github.ref, 'refs/tags/v') }} with: command: build - args: --target ${{ matrix.target }} + args: --target ${{ matrix.target }} --no-default-features --features pkg-config use-cross: ${{ matrix.use-cross }} - name: Copy and rename utility