From b57a1e6c54c5b0ea8cd17c68d3f275503fb4ec54 Mon Sep 17 00:00:00 2001 From: ktechmidas Date: Sat, 19 Oct 2024 16:40:35 +0000 Subject: [PATCH] debug2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 362c7f4..2fb24a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: - name: Windows libsql if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }} - run: curl -OL https://www.sqlite.org/2024/sqlite-dll-win-x64-3460100.zip && sudo unzip -o sqlite-dll-win-x64-3460100.zip -d winlibs && sudo chown -R runner:docker winlibs/ && pwd && ls -lah && cd winlibs && ls-lah && x86_64-w64-mingw32-dlltool -d sqlite3.def -l libsqlite3.a && cd .. + run: curl -OL https://www.sqlite.org/2024/sqlite-dll-win-x64-3460100.zip && sudo unzip -o sqlite-dll-win-x64-3460100.zip -d winlibs && sudo chown -R runner:docker winlibs/ && pwd && ls -lah && cd winlibs && x86_64-w64-mingw32-dlltool -d sqlite3.def -l libsqlite3.a && ls-lah && cd .. - name: Build project run: cargo build --release --target ${{ matrix.target }}