From 409dc10e22295df5a6f9f2c821ef8a4fc8cbdcf7 Mon Sep 17 00:00:00 2001 From: David Bernard Date: Mon, 23 Sep 2024 16:32:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20use=20dtolnay/rust-toolchain=20(?= =?UTF-8?q?mise=20doesn't=20work=20on=20windows)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13c3a18..04b4924 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: RUSTC_WRAPPER: "sccache" steps: - uses: actions/checkout@v4 - - uses: jdx/mise-action@v2 + - uses: dtolnay/rust-toolchain@stable - uses: mozilla-actions/sccache-action@v0.0.5 - run: cargo clippy --workspace --all-features --no-deps --all-targets -- --deny warnings - run: cargo test --all-features