Skip to content

Commit

Permalink
Revert "Revert "ci: renew corretto pgp key (#925)" (#927)" (#929)
Browse files Browse the repository at this point in the history
This reverts commit 713bfce.
  • Loading branch information
dpilch authored Feb 5, 2025
1 parent 713bfce commit e6ac948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .codebuild/run_android_modelgen_e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:
phases:
install:
commands:
# Corretto PGP Key has expired. Fetch the renewed key. https://github.com/corretto/corretto-21/issues/83
- sudo apt-key del A122542AB04F24E3 && sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A122542AB04F24E3
- sudo apt update
- yes | sudo apt install android-sdk
- export ANDROID_HOME=/usr/lib/android-sdk
Expand Down

0 comments on commit e6ac948

Please sign in to comment.