Skip to content

Commit 76a911b

Browse files
ensure we use nightly with fmt
1 parent 9c1a5a7 commit 76a911b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# it's an unstable feature.
1616
rust-version: nightly
1717
- uses: actions/checkout@v2
18-
- run: cargo fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
18+
- run: cargo +nightly fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
1919

2020
lint:
2121
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)