Skip to content

Commit

Permalink
Install CMake from Android SDK manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Jan 10, 2025
1 parent 567fb1f commit c7e6f21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
java-version: '17'
- name: Install NDK
run: $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "ndk;${{ env.ANDROID_NDK_VERSION }}"
- name: Install CMake
run: $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "cmake;${{ env.ANDROID_CMAKE_VERSION }}"
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c7e6f21

Please sign in to comment.