Skip to content

Commit

Permalink
Merge pull request #35 from lf-lang/fix-ci-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
oowekyala authored Nov 2, 2022
2 parents 98f9f9e + 5bfbd6e commit 7c66cce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,10 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true
components: rustfmt, clippy

Expand Down

0 comments on commit 7c66cce

Please sign in to comment.