Skip to content

Commit 74ae89e

Browse files
committed
over 'default' instead of 'override' (consistent with main build job)
1 parent 6f3ad27 commit 74ae89e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: bash ./ci.sh
9494

9595
fmt:
96-
name: Check formatting (ignored by bors)
96+
name: check formatting (ignored by bors)
9797
runs-on: ubuntu-latest
9898
steps:
9999
- uses: actions/checkout@v2
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
toolchain: nightly
104104
components: rustfmt
105-
override: true
105+
default: true
106106
- name: Check formatting (miri)
107107
uses: actions-rs/cargo@v1
108108
with:

0 commit comments

Comments
 (0)