Skip to content

Commit

Permalink
Try compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
flxkrmr authored Feb 18, 2024
1 parent 7085fc3 commit 6cec333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: sudo apt-get install -y musl-dev

- name: Build binary for Raspberry Pi
run: cargo build --release --target=arm-unknown-linux-musleabihf
run: CARGO_TARGET_ARM_UNKNOWN_LINUX_MUSLEABIHF_LINKER=arm-linux-gnueabihf-ld REALGCC=arm-linux-gnueabihf-gcc-8 TARGET_CC=musl-gcc cargo build --release --target=arm-unknown-linux-musleabihf

- name: Upload binary
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 6cec333

Please sign in to comment.