From a34acfb482a6e628510d59c7942255a904cd605c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Wed, 29 May 2024 14:17:57 +0200 Subject: [PATCH] Update GitHub actions --- .github/workflows/ci.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cd57d5..481f604 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions-rs/toolchain@v1 + - uses: dtolnay/rust-toolchain@stable with: profile: minimal toolchain: stable @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions-rs/toolchain@v1 + - uses: dtolnay/rust-toolchain@stable with: profile: minimal toolchain: stable @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions-rs/toolchain@v1 + - uses: dtolnay/rust-toolchain@stable with: profile: minimal toolchain: stable @@ -72,19 +72,12 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions-rs/toolchain@v1 + - uses: dtolnay/rust-toolchain@stable with: profile: minimal toolchain: ${{ matrix.rust }} default: true - - name: Install cargo-all-features - uses: actions-rs/install@v0.1 - with: - crate: cargo-all-features - version: latest - use-tool-cache: true - - name: Build run: cargo build-all-features