We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf23519 commit 7cf92b6Copy full SHA for 7cf92b6
.github/workflows/ci.yml
@@ -87,6 +87,8 @@ jobs:
87
apt-get: libsqlite3-dev
88
mingw: sqlite3
89
vcpkg: sqlite3
90
+ - if: matrix.os == "windows"
91
+ run: find /mingw64 -name '*dlfcn'
92
- if: matrix.syslib == 'disable'
93
uses: actions/cache@v4
94
with:
0 commit comments