From 7248646123dc1df9f8d2bd1c440d20d3fd8aa305 Mon Sep 17 00:00:00 2001 From: lupinelab Date: Sun, 23 Apr 2023 17:16:01 +0100 Subject: [PATCH] ci: remove unneeded deps from build env --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f4d60ba..7e20b72 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,8 +8,8 @@ jobs: steps: - checkout - run: - name: Install Dependencies - command: sudo apt update && sudo apt install -y libopencv-dev upx + name: Install UPX + command: sudo apt update && sudo apt install -y upx - restore_cache: keys: - go-mod-v4-{{ checksum "go.sum" }}