alanxz / rabbitmq-c

RabbitMQ C client
MIT License
1.77k stars 672 forks source link

Use image-default OpenSSL on Win32 Github Actions #820

Closed alanxz closed 8 months ago

alanxz commented 8 months ago

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