Skip to content

Commit 6c75180

Browse files
committed
Set up NASM
1 parent c13e8a8 commit 6c75180

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,14 @@ jobs:
7070
with:
7171
node-version: "latest"
7272

73+
- name: Set up NASM
74+
uses: ilammy/setup-nasm@v1
75+
7376
- name: Install dependencies
7477
run: npm ci
7578

7679
- name: Build Windows
77-
run: |
78-
choco install nasm
79-
npm run build-win
80+
run: npm run build-win
8081

8182
- name: Upload Windows artifacts
8283
uses: actions/upload-artifact@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"scripts": {
41-
"start": "node index.js ",
41+
"start": "node index.js",
4242
"dev": "node index.js -d",
4343
"app": "electron .",
4444
"build-win": "electron-builder --win --publish=never && npx -y --quiet nexe --build",

0 commit comments

Comments
 (0)