Skip to content

Commit

Permalink
ci: remove unneeded deps from build env
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrw committed Apr 23, 2023
1 parent 3fc80d5 commit 7248646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}
Expand Down

0 comments on commit 7248646

Please sign in to comment.