Skip to content

Commit e4382ef

Browse files
committed
gh-actions: Make sure apt is updated
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 7277559 commit e4382ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/firmware.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
run: rustup show
9595

9696
- run: |
97+
sudo apt-get update
98+
sudo apt-get install -y libudev-dev
9799
cargo clippy -p b1display -- --deny=warnings
98100
cargo clippy -p c1minimal -- --deny=warnings
99101
cargo clippy -p ledmatrix -- --deny=warnings

0 commit comments

Comments
 (0)