fix: GitHub action npm install

This commit is contained in:
linyuchen 2024-03-01 22:11:12 +08:00
parent 4aadd81e60
commit 96d4f79b83

View File

@ -17,7 +17,9 @@ jobs:
node-version: 18
- name: install dependenies
run: export ELECTRON_SKIP_BINARY_DOWNLOAD=1 && npm install
run: |
export ELECTRON_SKIP_BINARY_DOWNLOAD=1
npm install
- name: build
run: npm run build