We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c4af5 commit 37cbcb0Copy full SHA for 37cbcb0
.codebuild/run_android_modelgen_e2e_test.yml
@@ -11,6 +11,8 @@ env:
11
phases:
12
install:
13
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
16
- sudo apt update
17
- yes | sudo apt install android-sdk
18
- export ANDROID_HOME=/usr/lib/android-sdk
0 commit comments