From fdfc88c935847c5a7318ac3a4449cccd804b4f85 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Thu, 21 Nov 2024 18:02:35 -0700 Subject: [PATCH] msrv not valid during nightly --- .github/workflows/ci.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dfa0b0..8774793 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,33 +173,6 @@ jobs: uses: codecov/codecov-action@v3 with: fail_ci_if_fail: true - #msrv-compliance: - # runs-on: ubuntu-latest - # steps: - # - name: Git checkout - # uses: actions/checkout@v3 - # - name: Cache cargo home - # uses: actions/cache@v3 - # env: - # cache-name: cache-cargo-home - # with: - # path: | - # ~/.cargo/bin - # ~/.cargo/registry/index - # ~/.cargo/registry/cache - # ~/.cargo/git/db - # key: ${{ runner.os }}-x86_64-unknown-linux-gnu-build-${{ env.cache-name }}-${{ hashFiles('Cargo.lock') }} - # restore-keys: | - # ${{ runner.os }}-x86_64-unknown-linux-gnu-build-${{ env.cache-name }}- - # - name: Install Rust - # uses: dtolnay/rust-toolchain@master - # with: - # toolchain: nightly - # - name: Install Cargo MSRV Verifier - # run: cargo install cargo-msrv --force - # - name: Check MSRV Compliance - # # check msrv compliance *inside* the binary odilia directory instead of the worksapce - # run: cd odilia && cargo msrv verify #find-msrv: # runs-on: ubuntu-latest # outputs: