Merge branch 'master' of https://github.com/GHOSCHT/light-control
This commit is contained in:
commit
24b0324321
1 changed files with 2 additions and 0 deletions
2
.github/workflows/Electron.yml
vendored
2
.github/workflows/Electron.yml
vendored
|
@ -20,6 +20,8 @@ jobs:
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
- name: Fix node-gyp
|
||||||
|
run: npm config set msbuild_path "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe"
|
||||||
- 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