From 8ed2e0891d160a774de452e8373aea179502e221 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 18 May 2021 14:53:10 +1000 Subject: [PATCH] test fixing windows build --- .github/workflows/build-binaries.yml | 1 - .github/workflows/pull-request.yml | 1 - .github/workflows/release.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index d72ed1e92..928229b52 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -44,7 +44,6 @@ jobs: run: | npm install --global node-gyp@latest npm config set python python2.7 - npm config set msvs_version 2017 - name: Install yarn run: npm install yarn --no-save diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index fa5c758b0..f8c12d6b6 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -46,7 +46,6 @@ jobs: run: | npm install --global node-gyp@latest npm config set python python2.7 - npm config set msvs_version 2017 - uses: actions/cache@v2 id: yarn-cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7fdfd45b..a229dd568 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,6 @@ jobs: run: | npm install --global node-gyp@latest npm config set python python2.7 - npm config set msvs_version 2017 - name: Install yarn run: npm install yarn --no-save