test fixing windows build

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

@ -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

@ -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

@ -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

Loading…
Cancel
Save