mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Build debug with feature pkg-config in integration test CI
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
c2349a15cb
commit
74dd3b6c70
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue