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