Skip to content

Commit

Permalink
Add -y to apt-get install command in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Jan 29, 2021
1 parent 03bb7ad commit 05c8ba2
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 @@ -100,7 +100,7 @@ jobs:
echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | sudo apt-key add
sudo apt-get update
sudo apt-get install sbt clang-8 openjdk-8-jdk
sudo apt-get install -y sbt clang-8 openjdk-8-jdk
sudo ln -s /usr/lib/llvm-8/bin/clang /usr/bin/clang
sudo ln -s /usr/lib/llvm-8/bin/clang++ /usr/bin/clang++
- sbt_cmd:
Expand Down

0 comments on commit 05c8ba2

Please sign in to comment.