Skip to content

Commit

Permalink
fix: libudev custom build drift.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Jan 22, 2024
1 parent 758d2a2 commit 5ec30db
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/setup-linux-aarch64/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ runs:
run: |
sudo apt-get update
sudo apt-get install -y build-essential lld libpq-dev unzip
sudo apt install -y pkg-config libusb-1.0-0-dev libftdi1-dev
sudo apt-get install libudev-dev
shell: bash

- name: Install Protoc
Expand All @@ -21,3 +24,7 @@ runs:
with:
profile: minimal
toolchain: 1.70

- name: Add cargo flash
run: |
cargo install cargo-flash
6 changes: 6 additions & 0 deletions .github/actions/setup-linux-x86_64/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ runs:
run: |
sudo apt-get update
sudo apt-get install -y build-essential lld libpq-dev unzip
sudo apt install -y pkg-config libusb-1.0-0-dev libftdi1-dev
sudo apt-get install libudev-dev
shell: bash

- name: Install Protoc
Expand All @@ -22,3 +25,6 @@ runs:
profile: minimal
toolchain: 1.70

- name: Add cargo flash
run: |
cargo install cargo-flash

0 comments on commit 5ec30db

Please sign in to comment.