Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 191d5bf

Browse files
TiwalunYatekii
authored andcommitted
Fix CI on ubuntu
1 parent 2bd0851 commit 191d5bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212

1313
steps:
1414
- name: Install libusb and libftdi
15-
run: sudo apt install -y libusb-dev libusb-1.0 libftdi1-dev
15+
run: |
16+
sudo apt update
17+
sudo apt install -y libusb-1.0-0-dev libftdi1-dev
1618
if: matrix.os == 'ubuntu-latest'
1719

1820
- name: Install libftdi (windows)

0 commit comments

Comments
 (0)