diff --git a/.github/workflows/tauri-release.yml b/.github/workflows/tauri-release.yml index 722bd38..ffb8ea4 100644 --- a/.github/workflows/tauri-release.yml +++ b/.github/workflows/tauri-release.yml @@ -34,6 +34,11 @@ jobs: with: node-version: lts/* + - name: setup bun + uses: oven-sh/setup-bun@v2 + with: + bun-version: latest + - name: install Rust stable uses: dtolnay/rust-toolchain@stable with: @@ -49,7 +54,7 @@ jobs: # You can remove the one that doesn't apply to your app to speed up the workflow a bit. - name: install frontend dependencies - run: yarn install # change this to npm, pnpm or bun depending on which one you use. + run: bun install # change this to npm, pnpm or bun depending on which one you use. - uses: tauri-apps/tauri-action@v0 env: