Skip to content

Commit 05c8ba2

Browse files
committed
Add -y to apt-get install command in CircleCI
1 parent 03bb7ad commit 05c8ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
101101
curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | sudo apt-key add
102102
sudo apt-get update
103-
sudo apt-get install sbt clang-8 openjdk-8-jdk
103+
sudo apt-get install -y sbt clang-8 openjdk-8-jdk
104104
sudo ln -s /usr/lib/llvm-8/bin/clang /usr/bin/clang
105105
sudo ln -s /usr/lib/llvm-8/bin/clang++ /usr/bin/clang++
106106
- sbt_cmd:

0 commit comments

Comments
 (0)