File tree 2 files changed +12
-0
lines changed
2 files changed +12
-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 == ''
61
64
- name : Install mingw
62
65
uses : bwoodsend/setup-winlibs-action@v1
63
66
if : matrix.mingwdir != ''
@@ -200,6 +203,9 @@ jobs:
200
203
New-Item "${env:USERPROFILE}\.cargo\registry" -ItemType Directory -Force
201
204
New-Item "${env:USERPROFILE}\.cargo\git" -ItemType Directory -Force
202
205
shell : powershell
206
+ - name : Install NASM
207
+ uses : ilammy/setup-nasm@v1
208
+ if : matrix.mingwdir == ''
203
209
- name : Install mingw
204
210
uses : bwoodsend/setup-winlibs-action@v1
205
211
if : matrix.mingwdir != ''
@@ -348,6 +354,9 @@ jobs:
348
354
New-Item "${env:USERPROFILE}\.cargo\registry" -ItemType Directory -Force
349
355
New-Item "${env:USERPROFILE}\.cargo\git" -ItemType Directory -Force
350
356
shell : powershell
357
+ - name : Install NASM
358
+ uses : ilammy/setup-nasm@v1
359
+ if : matrix.mingwdir == ''
351
360
- name : Install mingw
352
361
uses : bwoodsend/setup-winlibs-action@v1
353
362
if : matrix.mingwdir != ''
Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ 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 == ''
54
57
- name : Install mingw
55
58
uses : bwoodsend/setup-winlibs-action@v1
56
59
if : matrix.mingwdir != ''
You can’t perform that action at this time.
0 commit comments