Skip to content

Commit 85ac8a7

Browse files
committed
Update config
1 parent c82d302 commit 85ac8a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ references:
4646
run:
4747
name: install jdk 8
4848
command: |
49+
sudo apt-get update
50+
sudo apt-get install --reinstall -y ca-certificates
4951
sudo apt-get install -y wget apt-transport-https gnupg
5052
wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | sudo apt-key add -
5153
echo "deb https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" | sudo tee /etc/apt/sources.list.d/adoptium.list

0 commit comments

Comments
 (0)