From 3e8acb357822807a0eccb28ec84c881724e045ce Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 3 Jul 2025 18:11:01 -0600 Subject: chore: fix lint job error --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3