From 3d7100586e3a82486ba1640758ab1e7a6ae9c445 Mon Sep 17 00:00:00 2001 From: Micah Wylde Date: Mon, 2 Dec 2024 10:59:24 -0800 Subject: [PATCH] Use fixed toolchain --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be344eb58..de02ddd17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,10 +32,7 @@ jobs: distribution: 'temurin' java-version: '11' - name: Install Rust - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - override: true + uses: dtolnay/rust-toolchain@1.83 - name: Check Formatting run: cargo fmt -- --check - uses: actions/setup-python@v5