From d9fb5f610b396da5078f3ed10ee6193d19b4edbc Mon Sep 17 00:00:00 2001 From: Gabriel Gordon-Hall Date: Tue, 3 Oct 2023 09:28:04 +0100 Subject: [PATCH] switch rust toolchain action --- .github/workflows/dependencies.yml | 3 +-- .github/workflows/tauri-release.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index dafd7b36e1..4d4147ac07 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -42,10 +42,9 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Install Rust stable - uses: actions-rs/toolchain@v1 + uses: dtolnay/rust-toolchain@stable with: toolchain: stable - profile: minimal target: ${{ matrix.target }} - name: Install Protoc diff --git a/.github/workflows/tauri-release.yml b/.github/workflows/tauri-release.yml index 6b6f564b06..49950113b7 100644 --- a/.github/workflows/tauri-release.yml +++ b/.github/workflows/tauri-release.yml @@ -72,10 +72,9 @@ jobs: run: npm ci - name: Install Rust stable - uses: actions-rs/toolchain@v1 + uses: dtolnay/rust-toolchain@stable with: toolchain: stable - profile: minimal target: ${{ matrix.target }} - name: Check if keys exist