Revert "test fixing windows build"

This reverts commit 8ed2e0891d.
pull/1639/head
Audric Ackermann 4 years ago
parent 8ed2e0891d
commit 78778718b7
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -44,6 +44,7 @@ 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

@ -46,6 +46,7 @@ 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

@ -43,6 +43,7 @@ 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

Loading…
Cancel
Save