Skip to content

Commit c73f08e

Browse files
committed
Remove OpenSSL folder cleanup from Android build process
1 parent 781f2be commit c73f08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
export ${{ matrix.make }}
9595
$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
9696
# remove unused folders to save up space
97-
rm -rf sqlite-amalgamation-*.zip sqlite-amalgamation-*
97+
rm -rf sqlite-amalgamation-*.zip sqlite-amalgamation-* openssl
9898
echo "::endgroup::"
9999
100100
echo "::group::prepare the test script"

0 commit comments

Comments
 (0)