install libudev

This commit is contained in:
Chaos Rogers 2025-07-10 12:45:56 +01:00
parent 8884413c93
commit 475e21dbd3

View file

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