Skip to content

Commit

Permalink
Update Android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo authored Nov 10, 2024
1 parent 927de74 commit 9cca3ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
- name: Accept SDK licenses
run: yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses

- name: Install CMake
run: |
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "cmake;3.31.0"
- name: Cache CMake build folder
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 9cca3ab

Please sign in to comment.