try to fix windows build

This commit is contained in:
Jan Prochazka 2022-02-18 06:10:57 +01:00
parent 0e75f5ed0d
commit 08e03efea4
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,8 @@ jobs:
node-version: 14.x
- name: yarn install
run: |
yarn --version
yarn config set network-timeout 300000
yarn install
- name: setCurrentVersion
run: |

View File

@ -31,6 +31,8 @@ jobs:
node-version: 14.x
- name: yarn install
run: |
yarn --version
yarn config set network-timeout 300000
yarn install
- name: setCurrentVersion
run: |