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)"