From 83f97f7a38118aa7f5ccd1040cf2333fcab1e4bd Mon Sep 17 00:00:00 2001
From: Louis Capitanchik <contact@louiscap.co>
Date: Sun, 17 Nov 2024 01:11:07 +0000
Subject: [PATCH] Run Clippy without caching restrictions

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c706a38..560c326 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ lint:
   script:
     - rustup component add rustfmt clippy
     - cargo fmt --all --check
-    - cargo clippy --frozen --locked -- -D warnings
+    - cargo clippy -- -D warnings
   cache:
     <<: *global_cache
     policy: pull
-- 
GitLab