Skip to content

Commit 0c52793

Browse files
committed
Install sudo
1 parent 97923bd commit 0c52793

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/scripts/android/android-emulator-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ install_package() {
3838
}
3939

4040
command -v curl >/dev/null || install_package curl
41+
command -v sudo >/dev/null || install_package sudo
4142

4243
# /usr/lib/jvm/java-17-openjdk-amd64
4344
log "Installing Java"

0 commit comments

Comments
 (0)