Skip to content

Commit 430e331

Browse files
Fix issue with udev in firmware release workflow (#23)
1 parent 4211922 commit 430e331

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-firmware.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Install just
2828
uses: extractions/setup-just@v2
2929

30+
- name: Install libudev
31+
run: sudo apt-get install -y libudev-dev
32+
3033
- name: Install elf2uf2-rs
3134
run: cargo install elf2uf2-rs
3235

0 commit comments

Comments
 (0)