We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781f2be commit c73f08eCopy full SHA for c73f08e
.github/workflows/main.yml
@@ -94,7 +94,7 @@ jobs:
94
export ${{ matrix.make }}
95
$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
96
# remove unused folders to save up space
97
- rm -rf sqlite-amalgamation-*.zip sqlite-amalgamation-*
+ rm -rf sqlite-amalgamation-*.zip sqlite-amalgamation-* openssl
98
echo "::endgroup::"
99
100
echo "::group::prepare the test script"
0 commit comments