Skip to content

Commit

Permalink
fixing toolchain in github rustfmt test, upgraded runner to ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Mar 24, 2022
1 parent 08cc989 commit 77e896b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ name: rustfmt
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: latest
toolchain: 1.59
override: true
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 77e896b

Please sign in to comment.