File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
- name : Checkout
21
21
uses : actions/checkout@v1
22
+ with :
23
+ submodules : recursive
22
24
- name : Install Rust
23
25
uses : actions-rs/toolchain@v1
24
26
with :
44
46
runs-on : ubuntu-20.04
45
47
steps :
46
48
- uses : actions/checkout@v1
49
+ with :
50
+ submodules : recursive
47
51
- name : Install libusb, libudev # for hidapi in probe-rs
48
52
run : |
49
53
sudo apt update
60
64
runs-on : ubuntu-20.04
61
65
steps :
62
66
- uses : actions/checkout@v1
67
+ with :
68
+ submodules : recursive
63
69
- name : Install libusb, libudev # for hidapi in probe-rs
64
70
run : |
65
71
sudo apt update
80
86
- stable
81
87
steps :
82
88
- name : Checkout
83
- uses : actions/checkout@v2
89
+ uses : actions/checkout@v1
90
+ with :
91
+ submodules : recursive
84
92
85
93
- name : Install libusb, libudev # for hidapi in probe-rs
86
94
run : |
@@ -132,7 +140,9 @@ jobs:
132
140
- build
133
141
steps :
134
142
- name : Checkout
135
- uses : actions/checkout@v2
143
+ uses : actions/checkout@v1
144
+ with :
145
+ submodules : recursive
136
146
- name : download artifact
137
147
uses : actions/download-artifact@v2
138
148
with :
You can’t perform that action at this time.
0 commit comments