aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2026-03-09 17:07:16 +0300
committerA Farzat <a@farzat.xyz>2026-03-09 17:07:16 +0300
commit514b61a5b43d4e3ea37fe2a6d9a44f88ac13dc86 (patch)
treea7bc3792d9149eb46013548f1ab6eba2010e827d
parente2f051a2120176c1f53c18ab69ffd53bf90b1e0c (diff)
downloadoreilly-epub-514b61a5b43d4e3ea37fe2a6d9a44f88ac13dc86.tar.gz
oreilly-epub-514b61a5b43d4e3ea37fe2a6d9a44f88ac13dc86.zip
Manually install rustfmt for GitLab CI
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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: