From 6c898df7bb6793b382a260080a121d5685b0fba5 Mon Sep 17 00:00:00 2001 From: rsdy Date: Fri, 17 Nov 2023 16:43:40 +0000 Subject: [PATCH] Update tauri-release.yml --- .github/workflows/tauri-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tauri-release.yml b/.github/workflows/tauri-release.yml index 83d4ab6874..cf9f6e679a 100644 --- a/.github/workflows/tauri-release.yml +++ b/.github/workflows/tauri-release.yml @@ -80,7 +80,7 @@ jobs: - name: Install Rust stable uses: dtolnay/rust-toolchain@stable with: - toolchain: stable + toolchain: 1.73.0 target: ${{ matrix.target }} - name: Check if keys exist