We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2b0ec commit 703c741Copy full SHA for 703c741
1 file changed
.github/workflows/build_and_test_tidesdb.yml
@@ -148,6 +148,7 @@ jobs:
148
-DCMAKE_PREFIX_PATH=/mingw64 \
149
-DTIDESDB_WITH_SANITIZER=OFF \
150
-DTIDESDB_BUILD_TESTS=OFF \
151
+ -DBUILD_SHARED_LIBS=ON \
152
-S . -B build
153
cmake --build build --config Release
154
cmake --install build --prefix /mingw64
@@ -175,8 +176,7 @@ jobs:
175
176
if: runner.os == 'Windows'
177
shell: msys2 {0}
178
run: |
- export PATH="/mingw64/bin:$PATH"
179
- export LD_LIBRARY_PATH="/mingw64/lib:$LD_LIBRARY_PATH"
+ export PATH="/mingw64/bin:/mingw64/lib:$PATH"
180
cd tidesdb-python
181
python -m venv venv
182
source venv/bin/activate
0 commit comments