mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
fix: GitHub action npm install
This commit is contained in:
parent
4aadd81e60
commit
96d4f79b83
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user