Skip to content

Commit

Permalink
ci: install clang for vgo
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Guthe committed Jul 25, 2018
1 parent cd4b803 commit bca7dcf
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 @@ -21,7 +21,7 @@ jobs:
command: |
echo 'deb http://ftp.debian.org/debian stretch-backports main' >> /etc/apt/sources.list
apt update
apt install -y libltdl-dev netcat
apt install -y libltdl-dev netcat clang
apt-get -y -t stretch-backports install git
- run:
Expand Down

0 comments on commit bca7dcf

Please sign in to comment.