File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments