Update Electron.yml

This commit is contained in:
GHOSCHT 2021-08-27 16:58:17 +02:00 committed by GitHub
parent 78f9ad05ad
commit 5e0beb4b3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Upgrade node-gyp
run: npm install --global node-gyp@latest && (for /f "delims=" %P in ('npm prefix -g') do npm config set node_gyp"%P\node_modules\node-gyp\bin\node-gyp.js")
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
run: cd Dashboard && yarn --network-timeout 1000000000
- name: Build