Skip to content

Commit

Permalink
ci/install.sh: Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanassche committed Apr 25, 2024
1 parent db30d3a commit 3fa4c31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/install.sh
Expand Up @@ -5,7 +5,7 @@ scriptdir="$(cd "$(dirname "$0")" && pwd)"
install_android_ndk() {
echo "Installing Android NDK..."
wget --quiet https://dl.google.com/android/repository/android-ndk-r26b-linux.zip
unzip -q android-ndk-r26b-linux.zip
unzip -oq android-ndk-r26b-linux.zip
}

case "$(uname)" in
Expand All @@ -16,6 +16,7 @@ case "$(uname)" in
packages="
make
setpriv
util-linux
"
;;
*)
Expand All @@ -38,6 +39,7 @@ case "$(uname)" in
pkg-config
python3-dev
setpriv
util-linux
"
;;
esac
Expand Down

0 comments on commit 3fa4c31

Please sign in to comment.