forked from github-such-software/hash-wallet
Windows CI: pull MinGW runtime DLLs from choco's mingw install #33
Reference in New Issue
Block a user
Delete Branch "github-such-software/hash-wallet:dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Git for Windows ships a stripped-down MinGW that doesn't include
libssp-0.dll. Add C:\ProgramData\chocolatey\lib\mingw\tools\install
mingw64\bin (the canonical layout from
choco install -y mingw) as theprimary search location for libssp-0 + libwinpthread-1. Also dump the
contents of each candidate path on failure so we can see what's there.
Issue Number (if Applicable): Fixes #
Description
Please include a summary of the changes and which issue is fixed / feature is added.
Pull Request - Checklist