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 }}