From cddc590c776859289dc868e367630ef13c65d634 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 10 Aug 2025 01:26:10 +0200 Subject: [PATCH] Try to use the same rust version as in other jobs --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61a3230..032ba02 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -104,6 +104,7 @@ jobs: contents: read steps: - uses: actions/checkout@v4 + - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - name: Check formatting run: cargo fmt --all --check