File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 20
20
components : clippy, rustfmt
21
21
22
22
- name : Install dependencies (Linux)
23
- run : sudo apt-get install libusb-1.0-0-dev libudev-dev
23
+ run : |
24
+ sudo apt-get update
25
+ sudo apt-get install libusb-1.0-0-dev libudev-dev
24
26
25
27
- name : Exclude crates
26
28
run : |
@@ -111,7 +113,9 @@ jobs:
111
113
112
114
- name : Install dependencies (Linux)
113
115
if : startsWith(matrix.os, 'ubuntu-')
114
- run : sudo apt-get install libusb-1.0-0-dev libudev-dev
116
+ run : |
117
+ sudo apt-get update
118
+ sudo apt-get install libusb-1.0-0-dev libudev-dev
115
119
116
120
# Some tests are sensitive to timing and can fail
117
121
# in Windows and macOS VMs
@@ -157,7 +161,9 @@ jobs:
157
161
profile : minimal
158
162
159
163
- name : Install dependencies (Linux)
160
- run : sudo apt-get install libusb-1.0-0-dev libudev-dev
164
+ run : |
165
+ sudo apt-get update
166
+ sudo apt-get install libusb-1.0-0-dev libudev-dev
161
167
162
168
- name : Convert feature list to Cargo parameter
163
169
run : |
You can’t perform that action at this time.
0 commit comments