Skip to content

Commit 10bf69b

Browse files
committed
fix(android): workflow remove boringssl build files
1 parent 6b606e1 commit 10bf69b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ jobs:
236236
unzip sqlite-amalgamation-*.zip
237237
export ${{ matrix.make }}
238238
$CC sqlite-amalgamation-*/shell.c sqlite-amalgamation-*/sqlite3.c -o sqlite3 -ldl
239-
rm -rf sqlite-amalgamation-*.zip sqlite-amalgamation-*
240-
rm -rf curl-* # remove unused curl folder to save up space
239+
# remove unused folders to save up space
240+
rm -rf sqlite-amalgamation-*.zip sqlite-amalgamation-* curl-* boringssl
241241
echo "::endgroup::"
242242
243243
echo "::group::prepare the test script"

0 commit comments

Comments
 (0)