From 514f105c863c7d4c680f71d3bce28c572d9ac7c4 Mon Sep 17 00:00:00 2001 From: Tim Chamberlain Date: Mon, 14 Nov 2022 12:06:57 -0600 Subject: [PATCH] =?UTF-8?q?SPRINT-15:=20=C2=AF\=5F(=E3=83=84)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 43c12ae1..7a3fbec5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,6 +20,7 @@ commands: - run: name: Install Java 17 command: | + sudo apt-get update sudo apt-get install --reinstall ca-certificates sudo add-apt-repository -y ppa:openjdk-r/ppa sudo apt install -y openjdk-17-jdk