mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 22:16:00 +00:00
try to fix windows build
This commit is contained in:
2
.github/workflows/build-app.yaml
vendored
2
.github/workflows/build-app.yaml
vendored
@@ -32,6 +32,8 @@ jobs:
|
|||||||
node-version: 14.x
|
node-version: 14.x
|
||||||
- name: yarn install
|
- name: yarn install
|
||||||
run: |
|
run: |
|
||||||
|
yarn --version
|
||||||
|
yarn config set network-timeout 300000
|
||||||
yarn install
|
yarn install
|
||||||
- name: setCurrentVersion
|
- name: setCurrentVersion
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2
.github/workflows/build-docker-beta.yaml
vendored
2
.github/workflows/build-docker-beta.yaml
vendored
@@ -31,6 +31,8 @@ jobs:
|
|||||||
node-version: 14.x
|
node-version: 14.x
|
||||||
- name: yarn install
|
- name: yarn install
|
||||||
run: |
|
run: |
|
||||||
|
yarn --version
|
||||||
|
yarn config set network-timeout 300000
|
||||||
yarn install
|
yarn install
|
||||||
- name: setCurrentVersion
|
- name: setCurrentVersion
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user