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 6aa115a commit 8538f5cCopy full SHA for 8538f5c
.github/workflows/main.yml
@@ -237,6 +237,7 @@ jobs:
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
241
echo "::endgroup::"
242
243
echo "::group::prepare the test script"
0 commit comments