From 4af6069cdc67bf6d0860a856074e4d516fb5b1ad Mon Sep 17 00:00:00 2001 From: Luiz Eduardo Gotardo Date: Tue, 15 Nov 2022 11:10:21 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/electron.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index f51b1e5..e08124c 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -47,16 +47,12 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 19 - - name: install node tools - run: npm install --global windows-build-tools - name: install node-gyp run: npm install --global node-gyp@latest - name: Set node config to use python2.7 run: npm config set python python2.7 - name: Set node config to set msvs_version to 2015 run: npm config set msvs_version 2015 - - name: Work around for Windows Server 2019 - run: set path=%path%;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)"