summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-03 18:11:01 -0600
committermo khan <mo@mokhan.ca>2025-07-03 18:11:01 -0600
commit3e8acb357822807a0eccb28ec84c881724e045ce (patch)
treee37ecca4e9d61a29c567045803bbf6427ce1aa73
parentcf74434a37b110a683f6ad75008f4089484843a6 (diff)
chore: fix lint job error
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 375ce308..6ae0a526 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,6 +43,6 @@ lint:
stage: test
needs: []
before_script:
- - make setup
+ - rustup component add clippy rustfmt
script:
- make lint