Skip to content

Commit f48e22c

Browse files
committed
Fix actions build
1 parent 93dcb48 commit f48e22c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-packages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/setup-node@v4
1111
with:
1212
node-version: 20
13-
- run: npm install
13+
- run: npm install --omit=optional
1414
- name: build package
1515
run: npm run buildMacIntel && npm run buildMacArm
1616
- name: upload package
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version: 20
28-
- run: npm install
28+
- run: npm install --omit=optional
2929
- name: build package
3030
run: npm run buildWindows
3131
- name: upload package
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/setup-node@v4
4343
with:
4444
node-version: 20
45-
- run: npm install
45+
- run: npm install --omit=optional
4646
- name: build package
4747
run: npm run buildDebian && npm run buildRedhat && npm run buildLinuxArm64 && npm run buildRaspi
4848
- name: upload package

0 commit comments

Comments
 (0)