From ff60d7d6219237d19bc4550949e0b13f54966280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= <7822554+AlexTMjugador@users.noreply.github.com> Date: Sat, 22 Oct 2022 00:47:01 +0200 Subject: [PATCH] chore(ci): specify explicit toolchain This is now necessary given the lack of a toolchain override file. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03f533f..b990404 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,6 +84,7 @@ jobs: - name: 🧰 Install Rust toolchain uses: actions-rs/toolchain@v1 with: + toolchain: nightly target: ${{ matrix.target }} profile: minimal components: rust-src, rustfmt, clippy