fix: Remove arm64 architecture specification from libudev-dev installation

This commit is contained in:
Chaos Rogers 2025-07-10 13:04:18 +01:00
parent daa17ce971
commit 2968c063a4

View file

@ -29,7 +29,7 @@ jobs:
run: | run: |
sudo apt-get update -y sudo apt-get update -y
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install -y gcc-aarch64-linux-gnu libudev-dev:arm64 sudo apt-get install -y gcc-aarch64-linux-gnu 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 }}