Skip to content

Commit 9914369

Browse files
committed
--
1 parent 7d04563 commit 9914369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jnigen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
wget https://dl.google.com/android/repository/android-ndk-r27d-linux.zip -O android-ndk.zip
2929
echo "601246087a682d1944e1e16dd85bc6e49560fe8b6d61255be2829178c8ed15d9 android-ndk.zip" | sha256sum --check
3030
unzip android-ndk.zip
31-
echo "NDK_HOME=$HOME/android-ndk/android-ndk-r25c" >> $GITHUB_ENV
31+
echo "NDK_HOME=$HOME/android-ndk/android-ndk-r27d" >> $GITHUB_ENV
3232
3333
- uses: actions/checkout@v4
3434
with:

0 commit comments

Comments
 (0)