mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-20 11:36:12 +00:00
fix CI by removing the --offline flag from rustfmt
This commit is contained in:
@@ -110,7 +110,7 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: fmt
|
||||
args: --all --offline -- --check
|
||||
args: --all -- --check
|
||||
|
||||
|
||||
clippy:
|
||||
|
||||
Reference in New Issue
Block a user