Skip to content

Commit

Permalink
ci: use stable for min-vers (#2261)
Browse files Browse the repository at this point in the history
  • Loading branch information
vilgotf authored Aug 14, 2023
1 parent 0e07420 commit 4b9ccfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ jobs:
- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@nightly

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable

- name: Cache dependencies
uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit 4b9ccfe

Please sign in to comment.