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 6b606e1 commit 10bf69bCopy full SHA for 10bf69b
.github/workflows/main.yml
@@ -236,8 +236,8 @@ jobs:
236
unzip sqlite-amalgamation-*.zip
237
export ${{ matrix.make }}
238
$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
+ # remove unused folders to save up space
+ rm -rf sqlite-amalgamation-*.zip sqlite-amalgamation-* curl-* boringssl
241
echo "::endgroup::"
242
243
echo "::group::prepare the test script"
0 commit comments