Skip to content

Commit

Permalink
CI touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Oct 23, 2024
1 parent 9fbab4c commit b40113b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check-developer-experience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
profile:
- debug
- release
just_version:
just:
- 1.36.0
rust:
- toolchain: stable
Expand All @@ -35,6 +35,7 @@ jobs:
optional: true
- toolchain: nightly
optional: true
continue-on-error: ${{ matrix.rust.optional }}
runs-on:
- lab
timeout-minutes: 180
Expand All @@ -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}}
Expand Down

0 comments on commit b40113b

Please sign in to comment.