giuspen left a comment (geany/geany#4472)
I need to try this locally but I am pretty busy these days, it will have to
wait a bit.
A quick help from Google Gemini pro advises me the following:
Since ldd is not showing the broken link, you need to use the Windows-specific
dependency checker included in MSYS2: ntldd or cygcheck.
Modify your GitHub Actions workflow to run this command instead of (or in
addition to) ldd. It is much more verbose and will scream about exactly which
DLL is causing the loader failure.
Add this step to your CI:
```
# Instead of ldd, use cygcheck which mimics the Windows Loader
cygcheck ${GITHUB_WORKSPACE}/geany_install/bin/geany.exe
```
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4472#issuecomment-3617375433
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4472/[email protected]>