We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c0e27 commit 5131556Copy full SHA for 5131556
.github/workflows/rpi.yml
@@ -67,7 +67,7 @@ jobs:
67
echo "CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc" >> $GITHUB_ENV
68
69
- name: Build binary
70
- run: cargo build --release --all --target=${{ inputs.target }}
+ run: cargo build --release --all --target=${{ inputs.target }} --features=raspberry
71
72
- uses: papeloto/action-zip@v1
73
with:
0 commit comments