File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 38
38
- name : Checkout
39
39
40
40
41
- - name : Run cargo update
42
- run : cargo update
41
+ # HACK(flip1995): This is here to install the correct toolchain
42
+ - name : Print cargo version
43
+ run : cargo -V
43
44
44
45
# Run
45
46
- name : Set LD_LIBRARY_PATH (Linux)
Original file line number Diff line number Diff line change 88
88
- name : Checkout
89
89
90
90
91
- - name : Run cargo update
92
- run : cargo update
91
+ # HACK(flip1995): This is here to install the correct toolchain
92
+ - name : Print cargo version
93
+ run : cargo -V
93
94
94
95
# Run
95
96
- name : Set LD_LIBRARY_PATH (Linux)
@@ -149,8 +150,9 @@ jobs:
149
150
- name : Checkout
150
151
151
152
152
- - name : Run cargo update
153
- run : cargo update
153
+ # HACK(flip1995): This is here to install the correct toolchain
154
+ - name : Print cargo version
155
+ run : cargo -V
154
156
155
157
# Run
156
158
- name : Build Integration Test
@@ -207,8 +209,9 @@ jobs:
207
209
- name : Checkout
208
210
209
211
210
- - name : Run cargo update
211
- run : cargo update
212
+ # HACK(flip1995): This is here to install the correct toolchain
213
+ - name : Print cargo version
214
+ run : cargo -V
212
215
213
216
# Download
214
217
- name : Download target dir
You can’t perform that action at this time.
0 commit comments