Always run all builds with -p

Running without -p can confuse cargo to enable the wrong set of
featureflags.

Fix #581
This commit is contained in:
Markus Unterwaditzer
2025-08-30 13:28:07 +02:00
committed by Markus Unterwaditzer
parent e216043a14
commit e68ba6ba52
2 changed files with 5 additions and 5 deletions

View File

@@ -217,7 +217,7 @@ jobs:
targets: armv7-unknown-linux-musleabihf
- uses: Swatinem/rust-cache@v2
- name: Build rootshell (armv7)
run: cargo build --bin rootshell --target armv7-unknown-linux-musleabihf --profile=firmware
run: cargo build -p rootshell --bin rootshell --target armv7-unknown-linux-musleabihf --profile=firmware
- uses: actions/upload-artifact@v4
with:
name: rootshell