File tree 2 files changed +32
-0
lines changed
2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 58
58
New-Item "${env:USERPROFILE}\.cargo\registry" -ItemType Directory -Force
59
59
New-Item "${env:USERPROFILE}\.cargo\git" -ItemType Directory -Force
60
60
shell : powershell
61
+ - name : Install NASM
62
+ uses : ilammy/setup-nasm@v1
63
+ if : matrix.mingwdir == ''
64
+ - name : Install ninja
65
+ if : matrix.mingwdir == ''
66
+ run : |
67
+ choco install ninja -y
68
+ ninja.exe --version
61
69
- name : Install mingw
62
70
uses : bwoodsend/setup-winlibs-action@v1
63
71
if : matrix.mingwdir != ''
@@ -200,6 +208,14 @@ jobs:
200
208
New-Item "${env:USERPROFILE}\.cargo\registry" -ItemType Directory -Force
201
209
New-Item "${env:USERPROFILE}\.cargo\git" -ItemType Directory -Force
202
210
shell : powershell
211
+ - name : Install NASM
212
+ uses : ilammy/setup-nasm@v1
213
+ if : matrix.mingwdir == ''
214
+ - name : Install ninja
215
+ if : matrix.mingwdir == ''
216
+ run : |
217
+ choco install ninja -y
218
+ ninja.exe --version
203
219
- name : Install mingw
204
220
uses : bwoodsend/setup-winlibs-action@v1
205
221
if : matrix.mingwdir != ''
@@ -348,6 +364,14 @@ jobs:
348
364
New-Item "${env:USERPROFILE}\.cargo\registry" -ItemType Directory -Force
349
365
New-Item "${env:USERPROFILE}\.cargo\git" -ItemType Directory -Force
350
366
shell : powershell
367
+ - name : Install NASM
368
+ uses : ilammy/setup-nasm@v1
369
+ if : matrix.mingwdir == ''
370
+ - name : Install ninja
371
+ if : matrix.mingwdir == ''
372
+ run : |
373
+ choco install ninja -y
374
+ ninja.exe --version
351
375
- name : Install mingw
352
376
uses : bwoodsend/setup-winlibs-action@v1
353
377
if : matrix.mingwdir != ''
Original file line number Diff line number Diff line change @@ -51,6 +51,14 @@ jobs: # skip-master skip-pr skip-stable
51
51
New-Item "${env:USERPROFILE}\.cargo\registry" -ItemType Directory -Force
52
52
New-Item "${env:USERPROFILE}\.cargo\git" -ItemType Directory -Force
53
53
shell : powershell
54
+ - name : Install NASM
55
+ uses : ilammy/setup-nasm@v1
56
+ if : matrix.mingwdir == ''
57
+ - name : Install ninja
58
+ if : matrix.mingwdir == ''
59
+ run : |
60
+ choco install ninja -y
61
+ ninja.exe --version
54
62
- name : Install mingw
55
63
uses : bwoodsend/setup-winlibs-action@v1
56
64
if : matrix.mingwdir != ''
You can’t perform that action at this time.
0 commit comments