From dc6b4f52259e588cf94474d237dcf65ff130b2bc Mon Sep 17 00:00:00 2001 From: Charles Lechasseur Date: Fri, 4 Oct 2024 21:24:39 -0400 Subject: [PATCH] chore(ci): trying something... --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba85dfe..08cc78f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,6 +90,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Checking for presence of Rust Nightly + run: rustup run nightly rustc --version + - name: Run checks using cargo-minimal-versions run: just all_features=${{ matrix.all-features }} check-minimal