mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 15:39:59 -07:00
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:
committed by
Markus Unterwaditzer
parent
e216043a14
commit
e68ba6ba52
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user