Skip to content

Commit

Permalink
CI: upgrade Android SDK from 25c to 27c
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jan 16, 2025
1 parent 9c530b8 commit 46b0e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Install Android NDK
run: |
mkdir /tmp/android && cd /tmp/android
curl -o ndk.zip -L https://dl.google.com/android/repository/android-ndk-r25c-linux.zip
curl -o ndk.zip -L https://dl.google.com/android/repository/android-ndk-r27c-linux.zip
unzip ndk.zip && rm -f *.zip && mv android-ndk* ndk
- name: Android compilation
Expand Down

0 comments on commit 46b0e12

Please sign in to comment.