We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82d302 commit 85ac8a7Copy full SHA for 85ac8a7
.circleci/config.yml
@@ -46,6 +46,8 @@ references:
46
run:
47
name: install jdk 8
48
command: |
49
+ sudo apt-get update
50
+ sudo apt-get install --reinstall -y ca-certificates
51
sudo apt-get install -y wget apt-transport-https gnupg
52
wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | sudo apt-key add -
53
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