Skip to content

Commit 37cbcb0

Browse files
author
Dane Pilcher
authored
ci: renew corretto pgp key (#925)
1 parent b4c4af5 commit 37cbcb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.codebuild/run_android_modelgen_e2e_test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ env:
1111
phases:
1212
install:
1313
commands:
14+
# Corretto PGP Key has expired. Fetch the renewed key. https://github.com/corretto/corretto-21/issues/83
15+
- sudo apt-key del A122542AB04F24E3 && sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A122542AB04F24E3
1416
- sudo apt update
1517
- yes | sudo apt install android-sdk
1618
- export ANDROID_HOME=/usr/lib/android-sdk

0 commit comments

Comments
 (0)