From ade24ce050c652c3c9337bf9968ebb48f4aa81a0 Mon Sep 17 00:00:00 2001 From: lights0123 Date: Mon, 30 Aug 2021 17:57:59 -0400 Subject: [PATCH] Workaround CI issue --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 955cea3..fd96252 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,9 +63,12 @@ jobs: sudo apt-get install -y webkit2gtk-4.0 squashfs-tools - name: install app dependencies run: yarn + # https://github.com/tauri-apps/tauri-action/issues/162 + - name: build app + run: cd desktop; yarn tauri:build + - name: fake yarn + run: node -e 'fs.writeFileSync("desktop/yarn.lock","")' - uses: tauri-apps/tauri-action@v0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: npmScript: "tauri:build" projectPath: desktop/