fix CI by removing the --offline flag from rustfmt

This commit is contained in:
Quentin Gliech
2021-07-16 23:22:17 +02:00
parent 36333ae0ab
commit 0abb8b9505
+1 -1
View File
@@ -110,7 +110,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all --offline -- --check
args: --all -- --check
clippy: