From 514b61a5b43d4e3ea37fe2a6d9a44f88ac13dc86 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Mon, 9 Mar 2026 17:07:16 +0300 Subject: Manually install rustfmt for GitLab CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bbae1fc..ac9c060 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ default: check: stage: check script: + - rustup component add rustfmt - cargo fmt --all -- --check - cargo clippy --all-targets --all-features -- -D warnings only: -- cgit v1.2.3-70-g09d2