Enable feature pkg-config in debug build of integration CI

when not doing cross compilation.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-23 20:36:23 +10:00
parent 8e10c0d356
commit 00f60c18b4
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -96,7 +96,7 @@ jobs:
if: ${{ ! startsWith(github.ref, 'refs/tags/v') && use-cross == 'false' }}
with:
command: build
args: --target ${{ matrix.target }} --no-default-features --features native-tls
args: --target ${{ matrix.target }} --no-default-features --features pkg-config,native-tls
- name: Build debug with cross compilation
uses: actions-rs/cargo@v1