Skip to content

Commit 6044fdd

Browse files
author
Dane Pilcher
committed
ci: try other command
1 parent c1e433d commit 6044fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codebuild/run_android_modelgen_e2e_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ phases:
1212
install:
1313
commands:
1414
# Corretto PGP Key has expired. Fetch the renewed key. https://github.com/corretto/corretto-21/issues/83
15-
- sudo rm /usr/share/keyrings/corretto-keyring.gpg && wget -O - https://apt.corretto.aws/corretto.key | sudo gpg --dearmor -o /usr/share/keyrings/corretto-keyring.gpg
15+
- sudo apt-key del A122542AB04F24E3 && sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A122542AB04F24E3
1616
- sudo apt update
1717
- yes | sudo apt install android-sdk
1818
- export ANDROID_HOME=/usr/lib/android-sdk

0 commit comments

Comments
 (0)