summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRay <[email protected]>2022-08-11 20:22:42 +0200
committerGitHub <[email protected]>2022-08-11 20:22:42 +0200
commitb38dceb2de1b774c79764e36f0d40d4e14b3b802 (patch)
tree0f4dda161dc3317ef4a5d93b3352439158236dcb /.github
parent764254d93e84e97f982fcd8631c74b7249340207 (diff)
downloadraylib-b38dceb2de1b774c79764e36f0d40d4e14b3b802.tar.gz
raylib-b38dceb2de1b774c79764e36f0d40d4e14b3b802.zip
Update android.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 49d127b5..90619f93 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -49,7 +49,7 @@ jobs:
id: setup-ndk
uses: nttld/setup-ndk@v1
with:
- ndk-version: r29
+ ndk-version: r25
add-to-path: false
- name: Add Android NDK to path