Skip to content

Commit 397bf14

Browse files
committed
choco install nasm
1 parent c55a4a2 commit 397bf14

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474
run: npm ci
7575

7676
- name: Build Windows
77-
run: npm run build-win
77+
run: |
78+
choco install nasm
79+
npm run build-win
7880
7981
- name: Upload Windows artifacts
8082
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)