This commit is contained in:
Chaos Rogers 2025-07-10 12:42:40 +01:00
parent 465317525d
commit 8884413c93

View file

@ -27,9 +27,8 @@ jobs:
- name: Install cross-compilation dependencies
run: |
sudo dpkg --add-architecture armhf
sudo apt-get update -y
sudo apt-get install -y gcc-arm-linux-gnueabihf libudev-dev:armhf
sudo apt-get install -y gcc-arm-linux-gnueabihf
- name: Build release binary
run: cargo build --release --target ${{ env.RUST_TARGET }}