Thalhammer / jwt-cpp

A header only library for creating and validating json web tokens in c++
https://thalhammer.github.io/jwt-cpp/
MIT License
875 stars 239 forks source link

Use built-in openssl from action's on windows #325

Closed prince-chrismc closed 8 months ago

prince-chrismc commented 8 months ago

The required Cross-Platform test broke on Jan 14.

3.2.0 was added to chocolatey pulling from shinning light products which it's kinda annoying since that's been out for months... it should be in the 2022 runner image https://github.com/actions/runner-images/blob/f046bcaec35305f006ce3cb6fdebb161d0ea5577/images/windows/toolsets/toolset-2022.json#L433

Tested this fix https://github.com/prince-chrismc/jwt-cpp/actions/runs/7550170255 and I will need to figure out a better way to install openssl on windows since this is not very reliable 🤷 😞