I have set up a Github action pipeline that builds and tests the software in the repo using different configurations and platforms. All of these builds make use of curl to download dependencies and two of the builds run on windows. In these two windows builds, curl fails sometimes, but not always.
Here is the curl command:
And here is the log of a failed run:
https://github.com/DLR-SC/tigl/runs/921000612?check_suite_focus=true#step:8:27
Does anyone have an idea what could cause this behavior or how I could debug something like this? Are the windows builds interfering with each other?