From 421943aee99dc50680ee0ccb4a39d8da0c1930e4 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Fri, 17 Feb 2023 21:03:43 +0100 Subject: [PATCH] Use maintained workflow toolchain action --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8509479..564d3e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,10 +13,8 @@ jobs: - name: Checkout sources uses: actions/checkout@v3 - name: Install Rust - uses: actions-rs/toolchain@v1 + uses: dtolnay/rust-toolchain@v1 with: - profile: minimal toolchain: stable - override: true - name: Run tests run: cargo test \ No newline at end of file