Skip to content

Commit

Permalink
ci fix for android
Browse files Browse the repository at this point in the history
  • Loading branch information
ISPlatonov committed Jan 22, 2024
1 parent 63250f5 commit 96df2b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
sudo ln -sf /usr/local/lib/android/sdk/cmake/3.10.2.4988404/bin/cmake /usr/bin/cmake
echo "y" | ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --install "build-tools;33.0.2"
echo "y" | ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --install "ndk;26.1.10909125"
echo "y" | ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --install "ninja;1.10.2"
- name: SFML_project - Configure CMake
shell: bash
Expand Down

0 comments on commit 96df2b6

Please sign in to comment.