For some reason the latest version provided by Chocolatey, the headers were being picked up as the choco installed version, and the library was the runner-image installed version, which was leading to symbol not found type errors.
Reverting to the image default at least creates a stable platform.
A better solution is to move towards using something like vcpkg to get a stable/newer version.
For some reason the latest version provided by Chocolatey, the headers were being picked up as the choco installed version, and the library was the runner-image installed version, which was leading to symbol not found type errors.
Reverting to the image default at least creates a stable platform.
A better solution is to move towards using something like vcpkg to get a stable/newer version.
Signed-off-by: GitHub noreply@github.com