Skip to content

Commit 593cdc4

Browse files
committed
chore: install nasm
1 parent 513c1fa commit 593cdc4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,13 @@ jobs:
107107
# for miniupnp that runs "wingenminiupnpcstrings.exe" from the current dir
108108
echo "." >> $GITHUB_PATH
109109
110+
- name: Install nasm (Windows)
111+
if: runner.os == 'Windows'
112+
shell: pwsh
113+
run: |
114+
choco install nasm --no-progress -y
115+
"C:\Program Files\NASM" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append
116+
110117
- name: Derive environment variables
111118
run: |
112119
if [[ '${{ matrix.target.cpu }}' == 'amd64' ]]; then

0 commit comments

Comments
 (0)