mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
fix: Install armhf libudev-dev for cross-compilation
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
This commit is contained in:
parent
475e21dbd3
commit
83fa95aff5
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -27,8 +27,9 @@ 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
|
||||
sudo apt-get install -y gcc-arm-linux-gnueabihf libudev-dev:armhf
|
||||
|
||||
- name: Build release binary
|
||||
run: cargo build --release --target ${{ env.RUST_TARGET }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue