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:
256256 - uses : actions/checkout@v2
257257 with :
258258 submodules : recursive
259+ - uses : nuget/setup-nuget@v1
260+ with :
261+ nuget-version : ' latest'
259262 - name : Fetch dependencies
260263 run : |
261264 choco install winflexbison3
@@ -300,6 +303,9 @@ jobs:
300303 - uses : actions/checkout@v2
301304 with :
302305 submodules : recursive
306+ - uses : nuget/setup-nuget@v1
307+ with :
308+ nuget-version : ' latest'
303309 - name : Fetch dependencies
304310 run : |
305311 choco install winflexbison3 strawberryperl
@@ -400,6 +406,9 @@ jobs:
400406 - uses : actions/checkout@v2
401407 with :
402408 submodules : recursive
409+ - uses : nuget/setup-nuget@v1
410+ with :
411+ nuget-version : ' latest'
403412 - name : Fetch dependencies
404413 run : |
405414 choco install winflexbison3
Original file line number Diff line number Diff line change @@ -148,6 +148,9 @@ jobs:
148148 - uses : actions/checkout@v2
149149 with :
150150 submodules : recursive
151+ - uses : nuget/setup-nuget@v1
152+ with :
153+ nuget-version : ' latest'
151154 - name : Fetch dependencies
152155 run : |
153156 choco install winflexbison3
You can’t perform that action at this time.
0 commit comments