mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
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:
parent
8e10c0d356
commit
00f60c18b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue