From 8dc6192bbe81fd590a20b91b8b73eb987e792da5 Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Fri, 2 Aug 2024 10:42:00 +0200 Subject: [PATCH] chore: release desktop app --- .github/workflows/release-app.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index 0236badb..b17a0bb1 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -40,11 +40,15 @@ jobs: - name: setup Bun uses: oven-sh/setup-bun@v1 - - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1 + - name: Rust cache + uses: swatinem/rust-cache@v2 + + - name: Set up Rust + uses: actions-rs/toolchain@v1 with: toolchain: stable - cache: true + profile: minimal + override: true target: ${{ matrix.target }} - uses: actions/cache@v3 @@ -177,4 +181,4 @@ jobs: # with: # command: release publish ${{ secrets.CN_APP_SLUG }} --framework tauri # api-key: ${{ secrets.CN_API_KEY }} - # basically wait for macos manual add sset + # basically wait for macos manual add sset