mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-02 09:46:06 +00:00
Merge #272
272: CI installs `rustfmt` where needed r=nikomatsakis a=1tgr Only the stable toolchain appears to install `rustfmt` by default Co-authored-by: Tim Robinson <tim.g.robinson@gmail.com>
This commit is contained in:
commit
08cddfd6dd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
|||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: ${{ matrix.rust }}
|
||||
components: rustfmt
|
||||
default: true
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue