From fb406825e6c9b3bffcd6f62fb10797bfa76194dd Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 26 Jul 2024 15:25:20 -0500 Subject: [PATCH] chore(ci): Don't check nightly on stable --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a37ce0f..5eece40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - name: Downgrade dependencies to minimal versions run: cargo +nightly generate-lockfile -Z minimal-versions - name: Compile with minimal versions - run: cargo +stable check --workspace --all-features --locked + run: cargo +stable check --workspace --locked lockfile: runs-on: ubuntu-latest steps: