Update Electron.yml
This commit is contained in:
parent
5e0beb4b3a
commit
e2e00d1d21
1 changed files with 0 additions and 2 deletions
2
.github/workflows/Electron.yml
vendored
2
.github/workflows/Electron.yml
vendored
|
@ -20,8 +20,6 @@ jobs:
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Upgrade node-gyp
|
|
||||||
run: npm install --global node-gyp@latest && npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gypjs"}
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: cd Dashboard && yarn --network-timeout 1000000000
|
run: cd Dashboard && yarn --network-timeout 1000000000
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Reference in a new issue