over 'default' instead of 'override' (consistent with main build job)
This commit is contained in:
parent
6f3ad27416
commit
74ae89e6ca
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -93,7 +93,7 @@ jobs:
|
||||
run: bash ./ci.sh
|
||||
|
||||
fmt:
|
||||
name: Check formatting (ignored by bors)
|
||||
name: check formatting (ignored by bors)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -102,7 +102,7 @@ jobs:
|
||||
with:
|
||||
toolchain: nightly
|
||||
components: rustfmt
|
||||
override: true
|
||||
default: true
|
||||
- name: Check formatting (miri)
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user