Skip to content

Commit

Permalink
Upgrade Android NDK from r26b to r26c
Browse files Browse the repository at this point in the history
Upgrade the Android NDK from r26b to r26c, which is the latest LTS
release as of 2024-02-17 per
https://developer.android.com/ndk/downloads.
  • Loading branch information
faf0 committed Feb 17, 2024
1 parent 0fd0c20 commit 541a619
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
run: |
mkdir imagine-sdk
mkdir EX-Emulators
wget "https://dl.google.com/android/repository/android-ndk-r26b-linux.zip"
unzip android-ndk-r26b-linux.zip
echo "ANDROID_NDK_PATH=${{ github.workspace }}/android-ndk-r26b" >> $GITHUB_ENV
wget "https://dl.google.com/android/repository/android-ndk-r26c-linux.zip"
unzip android-ndk-r26c-linux.zip
echo "ANDROID_NDK_PATH=${{ github.workspace }}/android-ndk-r26c" >> $GITHUB_ENV
echo "EMUFRAMEWORK_PATH=${{ github.workspace }}/EmuFramework" >> $GITHUB_ENV
echo "IMAGINE_PATH=${{ github.workspace }}/imagine" >> $GITHUB_ENV
echo "IMAGINE_SDK_PATH=${{ github.workspace }}/imagine-sdk" >> $GITHUB_ENV
Expand Down

0 comments on commit 541a619

Please sign in to comment.