We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b49e1 commit 31ea0f2Copy full SHA for 31ea0f2
1 file changed
.github/workflows/main.yml
@@ -346,6 +346,7 @@ jobs:
346
echo "::group::download sqlite3 amalgamation"
347
curl -O ${{ matrix.sqlite-amalgamation-zip }}
348
unzip sqlite-amalgamation-*.zip
349
+ rm sqlite-amalgamation-*.zip
350
SQLITE_DIR=$(ls -d sqlite-amalgamation-*)
351
echo "::endgroup::"
352
0 commit comments