From f2755549824a2a67fd2c5c77209b66d02bcfc388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Tue, 16 Jan 2024 18:10:30 +0100 Subject: [PATCH] Make sure we override the default Rust version --- .github/workflows/test-suite.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 6da13da80..68e5a4678 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -66,6 +66,10 @@ jobs: - uses: actions/checkout@v3 - name: Cache dependencies uses: Swatinem/rust-cache@v2.7.1 + - uses: actions-rs/toolchain@v1 + with: + toolchain: stable + override: true - name: Run cargo check without any default features uses: actions-rs/cargo@v1 with: