From 6ffe32e4ccf3e4140befb8ec6ee144a3b0730729 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Fri, 27 Aug 2021 17:15:10 +0200 Subject: [PATCH] Update Electron.yml --- .github/workflows/Electron.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Electron.yml b/.github/workflows/Electron.yml index 3a51ef2..e729197 100644 --- a/.github/workflows/Electron.yml +++ b/.github/workflows/Electron.yml @@ -20,6 +20,8 @@ jobs: uses: actions/setup-node@v1 with: 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 run: cd Dashboard && yarn --network-timeout 1000000000 - name: Build