From 2669610be90f95fe158c5c0fcca25bf0ed277530 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 27 Jun 2020 21:44:14 +0300 Subject: [PATCH] sqlite: fix windows-install-sqlite.bat --- .github/workflows/windows-install-sqlite.bat | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows-install-sqlite.bat b/.github/workflows/windows-install-sqlite.bat index 6bda427baa..4bd1b7a0d7 100644 --- a/.github/workflows/windows-install-sqlite.bat +++ b/.github/workflows/windows-install-sqlite.bat @@ -2,9 +2,11 @@ curl -L https://www.sqlite.org/2020/sqlite-amalgamation-3320300.zip -o sqlite-amalgamation-3320300.zip -unzip sqlite-amalgamation-3320300.zip -d thirdparty/ +unzip sqlite-amalgamation-3320300.zip -d thirdparty\ -del thirdparty/sqlite-amalgamation-3320300/shell.c +del thirdparty\sqlite-amalgamation-3320300\shell.c -move /y thirdparty/sqlite-amalgamation-3320300 thirdparty/sqlite +move /y thirdparty\sqlite-amalgamation-3320300 thirdparty\sqlite + +dir thirdparty\sqlite