Skip to content

Commit

Permalink
wrong file
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Dec 4, 2024
1 parent a883f42 commit 43921e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codebuild/linux-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ env:
phases:
install:
commands:
- wget -O - https://apt.corretto.aws/corretto.key | sudo gpg --dearmor -o /usr/share/keyrings/corretto-keyring.gpg && \
echo "deb [signed-by=/usr/share/keyrings/corretto-keyring.gpg] https://apt.corretto.aws stable main" | sudo tee /etc/apt/sources.list.d/corretto.list
- sudo add-apt-repository ppa:openjdk-r/ppa
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test
- sudo apt-get update -y
Expand Down

0 comments on commit 43921e1

Please sign in to comment.