Skip to content

Commit

Permalink
make
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Aug 5, 2024
1 parent 2110d3c commit 3d569b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build-babylon-arm64-v8a:
ANDROID_NDK_HOME: /opt/android-ndk
before_script:
- apt-get update
- apt-get install -y cmake unzip git wget
- apt-get install -y cmake make unzip git wget
- wget https://dl.google.com/android/repository/android-ndk-r27-linux.zip
- unzip android-ndk-r27-linux.zip -d /opt
- export ANDROID_NDK_HOME=/opt/android-ndk-r27
Expand Down

0 comments on commit 3d569b8

Please sign in to comment.