Skip to content

Commit 53d0802

Browse files
committed
Use same debian package manager in CI step
1 parent 37aa2e8 commit 53d0802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ references:
4646
run:
4747
name: install jdk 8
4848
command: |
49-
sudo apt-get update -y
49+
sudo apt-get update
5050
sudo apt-get install --reinstall -y ca-certificates
5151
sudo apt-get install -y wget apt-transport-https gnupg
5252
wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | sudo apt-key add -
5353
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
54-
sudo apt install -y temurin-8-jdk
54+
sudo apt-get install temurin-8-jdk
5555
5656
deploy_to_staging: &deploy-to-staging
5757
run:

0 commit comments

Comments
 (0)