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