Skip to content

Commit

Permalink
install clang
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdarkdragon committed Dec 30, 2021
1 parent 5379540 commit 2120352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2120352

Please sign in to comment.