diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1b78416..cc1fc15 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,6 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - run: rustup toolchain add nightly - run: cargo +nightly update -Z minimal-versions - run: cargo +stable test