Correct the fmt workflow

This commit is contained in:
Luke Parker 2022-09-17 04:40:50 -04:00
parent c96b595f42
commit 7e17b4f2db
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -59,4 +59,4 @@ jobs:
components: rustfmt
- name: Run rustfmt
run: cargo fmt -- --check
run: cargo +${{ steps.nightly.outputs.version }} fmt -- --check