aws-samples / aws-iot-securetunneling-localproxy

AWS Iot Secure Tunneling local proxy reference C++ implementation
https://docs.aws.amazon.com/iot/latest/developerguide/what-is-secure-tunneling.html
Apache License 2.0
74 stars 71 forks source link

Pin the Catch2 dependency and update CI YAML #32

Closed kareali closed 3 years ago

kareali commented 3 years ago

Description of changes: Catch2 changed their default branch from master devel causing the build to fail for customers, so I'm pinning catch2 version to avoid unexpected failures in the future.

CI Run results: https://github.com/KareemAliAWS/aws-iot-securetunneling-localproxy/actions/runs/311328694

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.