From 07cea76e6334f5ab80efe766e5537016520070fc Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 27 Jun 2020 21:34:52 +0300 Subject: [PATCH] sqlite: remove thirdparty/sqlite/shell.c from the amalgamation folder --- .github/workflows/windows-install-sqlite.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows-install-sqlite.bat b/.github/workflows/windows-install-sqlite.bat index f562e95f66..6bda427baa 100644 --- a/.github/workflows/windows-install-sqlite.bat +++ b/.github/workflows/windows-install-sqlite.bat @@ -1,10 +1,10 @@ -REM @echo off - -echo on +@echo off curl -L https://www.sqlite.org/2020/sqlite-amalgamation-3320300.zip -o sqlite-amalgamation-3320300.zip unzip sqlite-amalgamation-3320300.zip -d thirdparty/ +del thirdparty/sqlite-amalgamation-3320300/shell.c + move /y thirdparty/sqlite-amalgamation-3320300 thirdparty/sqlite