From 21203521081eac2153df610708cc49cc0a851202 Mon Sep 17 00:00:00 2001 From: Ivan Tivonenko Date: Tue, 28 Dec 2021 22:41:46 +0200 Subject: [PATCH] install clang --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ba867ba62d..d72f27cc59 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ jobs: name: "Build FFMpeg" command: | sudo apt-get update - sudo apt-get install -y autoconf build-essential pkg-config autoconf gnutls-dev zlib1g-dev netcat-openbsd xxd + sudo apt-get install -y autoconf build-essential pkg-config autoconf gnutls-dev zlib1g-dev netcat-openbsd xxd clang bash ./install_ffmpeg.sh - save_cache: