Skip to content

Commit

Permalink
Merge pull request #1567 from faf0/faf0/ndk-r26c
Browse files Browse the repository at this point in the history
Upgrade Android NDK from r26b to r26c
  • Loading branch information
Rakashazi authored Feb 23, 2024
2 parents d084582 + 541a619 commit fc9535f
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 fc9535f

Please sign in to comment.