File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,9 @@ jobs:
256
256
- uses : actions/checkout@v2
257
257
with :
258
258
submodules : recursive
259
+ - uses : nuget/setup-nuget@v1
260
+ with :
261
+ nuget-version : ' latest'
259
262
- name : Fetch dependencies
260
263
run : |
261
264
choco install winflexbison3
@@ -300,6 +303,9 @@ jobs:
300
303
- uses : actions/checkout@v2
301
304
with :
302
305
submodules : recursive
306
+ - uses : nuget/setup-nuget@v1
307
+ with :
308
+ nuget-version : ' latest'
303
309
- name : Fetch dependencies
304
310
run : |
305
311
choco install winflexbison3 strawberryperl
@@ -400,6 +406,9 @@ jobs:
400
406
- uses : actions/checkout@v2
401
407
with :
402
408
submodules : recursive
409
+ - uses : nuget/setup-nuget@v1
410
+ with :
411
+ nuget-version : ' latest'
403
412
- name : Fetch dependencies
404
413
run : |
405
414
choco install winflexbison3
Original file line number Diff line number Diff line change @@ -148,6 +148,9 @@ jobs:
148
148
- uses : actions/checkout@v2
149
149
with :
150
150
submodules : recursive
151
+ - uses : nuget/setup-nuget@v1
152
+ with :
153
+ nuget-version : ' latest'
151
154
- name : Fetch dependencies
152
155
run : |
153
156
choco install winflexbison3
You can’t perform that action at this time.
0 commit comments