From b40113b796fffc51579f6caa1dd089bfd669578f Mon Sep 17 00:00:00 2001 From: Daniel Noland Date: Wed, 23 Oct 2024 14:39:43 -0600 Subject: [PATCH] CI touchups --- .github/workflows/check-developer-experience.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-developer-experience.yml b/.github/workflows/check-developer-experience.yml index a1bf7a1b..0f9c150e 100644 --- a/.github/workflows/check-developer-experience.yml +++ b/.github/workflows/check-developer-experience.yml @@ -26,7 +26,7 @@ jobs: profile: - debug - release - just_version: + just: - 1.36.0 rust: - toolchain: stable @@ -35,6 +35,7 @@ jobs: optional: true - toolchain: nightly optional: true + continue-on-error: ${{ matrix.rust.optional }} runs-on: - lab timeout-minutes: 180 @@ -48,8 +49,8 @@ jobs: - name: install just uses: extractions/setup-just@v2 with: - just-version: ${{matrix.just_version}} - - name: install rustup + just-version: ${{matrix.just}} + - name: install rust uses: dtolnay/rust-toolchain@stable with: toolchain: ${{matrix.rust.toolchain}}