Skip to content

Commit e6543fd

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/firmware.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
- run: cargo install cargo-make
9797

9898
- run: |
99+
sudo apt-get update
99100
sudo apt-get install -y libudev-dev
100101
cargo make clippy --cwd b1display
101102
cargo make clippy --cwd c1minimal

0 commit comments

Comments
 (0)