From 749c8c7f514c572b76e80f42a4d9122c80491537 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 9 Aug 2023 18:42:53 +0200 Subject: Better rust GH action. --- .github/workflows/build.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fb4be813..62a1a833 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -56,7 +56,13 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - - uses: actions-rust-lang/setup-rust-toolchain@v1 + - name: Install Rust Stable + uses: actions-rs/toolchain@v1 + with: + toolchain: stable + components: rustfmt, clippy + override: true + - uses: Swatinem/rust-cache@v2 - name: Test (cuda) run: cargo test --features cuda stop-runner: -- cgit v1.2.3