We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703c741 commit 8817386Copy full SHA for 8817386
1 file changed
.github/workflows/build_and_test_tidesdb.yml
@@ -152,6 +152,7 @@ jobs:
152
-S . -B build
153
cmake --build build --config Release
154
cmake --install build --prefix /mingw64
155
+ cp build/libtidesdb.dll /mingw64/bin/
156
157
- name: Install Python
158
uses: actions/setup-python@v5
0 commit comments