Skip to content

Commit 0e0386a

Browse files
committed
Revert "Update CI tools."
This reverts commit bc89f7e.
1 parent bc89f7e commit 0e0386a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
build-alpine-x64:
124124
if: github.ref_type != 'tag'
125125
runs-on: ubuntu-22.04
126-
container: alpine:3.21
126+
container: alpine:3.14
127127

128128
steps:
129129
- name: Checkout
@@ -394,9 +394,9 @@ jobs:
394394
run: |
395395
mkdir downloads
396396
pushd downloads
397-
curl -OL https://dl.google.com/android/repository/android-ndk-r27c-linux.zip
397+
curl -OL https://dl.google.com/android/repository/android-ndk-r25b-linux.zip
398398
mkdir -p $NDK
399-
unzip android-ndk-r27c-linux.zip -d $NDK && f=("$NDK"/*) && mv "$NDK"/*/* "$NDK" && rmdir "${f[@]}"
399+
unzip android-ndk-r25b-linux.zip -d $NDK && f=("$NDK"/*) && mv "$NDK"/*/* "$NDK" && rmdir "${f[@]}"
400400
401401
- name: Build
402402
run: |

0 commit comments

Comments
 (0)