From 83b67c993ab650e6eb2104d88733696c7f2026fc Mon Sep 17 00:00:00 2001 From: Marco Neumann Date: Fri, 3 Jan 2025 12:26:48 +0100 Subject: [PATCH] chore: do not reinstall cargo deny in CI This is already part of the CI image. --- .circleci/config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4b3b04c..35523f3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -105,14 +105,9 @@ jobs: steps: - checkout - rust_components - - cache_restore - - run: - name: Install cargo-deny - command: cargo install cargo-deny - run: name: cargo-deny Checks command: cargo deny check -s - - cache_save doc: docker: - image: quay.io/influxdb/rust:ci