Skip to content

Commit 31ea0f2

Browse files
committed
cleanup: remove sqlite amalgamation zip after download
1 parent 05b49e1 commit 31ea0f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ jobs:
346346
echo "::group::download sqlite3 amalgamation"
347347
curl -O ${{ matrix.sqlite-amalgamation-zip }}
348348
unzip sqlite-amalgamation-*.zip
349+
rm sqlite-amalgamation-*.zip
349350
SQLITE_DIR=$(ls -d sqlite-amalgamation-*)
350351
echo "::endgroup::"
351352

0 commit comments

Comments
 (0)