From f71a58e51afecc57a1324bc2d8d0f2cbc3f11f3a Mon Sep 17 00:00:00 2001 From: rsdy Date: Fri, 17 Nov 2023 18:45:02 +0100 Subject: [PATCH] Update tauri-release.yml (#1145) --- .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