Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Commit d46bab7

Browse files
committed
ci: add apt-get update target
1 parent c129e0b commit d46bab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- name: Install Linux packages
4444
if: matrix.platform == 'ubuntu-latest'
4545
run: |
46+
sudo apt-get update
4647
sudo apt-get install -qq pkg-config libftdi1-dev
4748
4849
## - name: Build-Linux-32b

0 commit comments

Comments
 (0)