Skip to content

Commit 5131556

Browse files
committed
Pass the feature when building for rpi
1 parent 20c0e27 commit 5131556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo "CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc" >> $GITHUB_ENV
6868
6969
- name: Build binary
70-
run: cargo build --release --all --target=${{ inputs.target }}
70+
run: cargo build --release --all --target=${{ inputs.target }} --features=raspberry
7171

7272
- uses: papeloto/action-zip@v1
7373
with:

0 commit comments

Comments
 (0)