chore: update ci

This commit is contained in:
GyDi 2022-01-21 03:08:40 +08:00
parent f7bf6a8080
commit a2644a4ebf

View File

@ -48,7 +48,9 @@ jobs:
${{ runner.os }}-yarn-
- name: Yarn install and check
run: yarn && yarn run check
run: |
yarn install --network-timeout 1000000
yarn run check
- name: Tauri build
uses: tauri-apps/tauri-action@v0