4848 shell : bash
4949
5050 steps :
51-
52515352
54538988 curl -O ${{ matrix.sqlite-amalgamation-zip }}
9089 unzip sqlite-amalgamation-*.zip
9190 export ${{ matrix.make }}
92- $ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/${{ matrix.arch }}-linux-android26 -clang sqlite-amalgamation-*/shell.c sqlite-amalgamation-*/sqlite3.c -o sqlite3 -ldl
91+ $ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/${{ matrix.arch }}-linux-android31 -clang sqlite-amalgamation-*/shell.c sqlite-amalgamation-*/sqlite3.c -o sqlite3 -ldl
9392 # remove unused folders to save up space
9493 rm -rf sqlite-amalgamation-*.zip sqlite-amalgamation-* openssl
9594 echo "::endgroup::"
@@ -107,7 +106,7 @@ jobs:
107106 if : matrix.name == 'android' && matrix.arch != 'arm64-v8a'
108107 uses :
reactivecircus/[email protected] 109108 with :
110- api-level : 26
109+ api-level : 31
111110 arch : ${{ matrix.arch }}
112111 script : |
113112 adb root
@@ -145,7 +144,6 @@ jobs:
145144 GH_TOKEN : ${{ github.token }}
146145
147146 steps :
148-
149147150148
151149@@ -174,7 +172,7 @@ jobs:
174172 fi
175173 echo "❌ CLOUDSYNC_VERSION not found in cloudsync.h"
176174 exit 1
177-
175+
178176 - name : zip artifacts
179177 run : |
180178 for folder in "artifacts"/*; do
@@ -197,4 +195,4 @@ jobs:
197195 cloudsync-*-${{ steps.tag.outputs.version }}.zip
198196 cloudsync-*-${{ steps.tag.outputs.version }}.tar.xz
199197 cloudsync-*-${{ steps.tag.outputs.version }}.tar.gz
200- make_latest : true
198+ make_latest : true
0 commit comments