Skip to content

Commit

Permalink
[ci] Manually set rust stable version in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Feb 21, 2021
1 parent 9fb50b1 commit 1d9f4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
rust:
- stable
- 1.50.0 # STABLE
- 1.45.0 # MSRV
features:
- default
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set default toolchain
run: rustup default stable
run: rustup default 1.50.0 # STABLE
- name: Set profile
run: rustup set profile minimal
- name: Add clippy
Expand Down

0 comments on commit 1d9f4fb

Please sign in to comment.