mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
SPRINT-15: adding reinstalling of ca-certificates to try to fix circle ci failures
This commit is contained in:
@ -20,6 +20,7 @@ commands:
|
|||||||
- run:
|
- run:
|
||||||
name: Install Java 17
|
name: Install Java 17
|
||||||
command: |
|
command: |
|
||||||
|
sudo apt-get install --reinstall ca-certificates
|
||||||
sudo add-apt-repository -y ppa:openjdk-r/ppa
|
sudo add-apt-repository -y ppa:openjdk-r/ppa
|
||||||
sudo apt install -y openjdk-17-jdk
|
sudo apt install -y openjdk-17-jdk
|
||||||
sudo rm /etc/alternatives/java
|
sudo rm /etc/alternatives/java
|
||||||
|
Reference in New Issue
Block a user