diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 91eeb6c472f2405af23f087fa1a1f4e22ad1f899..b69aa9deb913a712c43da6e808e13fcd02f2a397 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -64,7 +64,7 @@ jobs: - name: Yarn install and check run: | yarn install --network-timeout 1000000 --frozen-lockfile - yarn run check + yarn run check --force - name: Tauri build uses: tauri-apps/tauri-action@v0