Skip to content

Commit

Permalink
Switch the clippy, rustfmt jobs to run on stable
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Mar 2, 2021
1 parent 3aa313c commit 9ca47ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install minimal nightly with clippy and rustfmt
- name: Install minimal stable with clippy and rustfmt
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
components: clippy
override: true

Expand All @@ -66,11 +66,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install minimal nightly with clipy
- name: Install minimal stable with rustfmt
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
components: rustfmt
override: true

Expand Down

0 comments on commit 9ca47ed

Please sign in to comment.