embeddedmz / ftpclient-cpp

C++ client for making FTP requests
MIT License
204 stars 65 forks source link

CMake Build Matrix fails for MSVC #36

Closed embeddedmz closed 2 years ago

embeddedmz commented 2 years ago

Hi @ksv87

The pipeline always fails for MSVC https://github.com/embeddedmz/ftpclient-cpp/actions/runs/2429647821

Apparently, it's because the VS C++ compiler "cl" is missing (by the way, it's github that manages the pipeline ?)

Is it better to remove MSVC from the pipeline file ?

Thanks.

ksv87 commented 2 years ago

Hi, I check it

embeddedmz commented 2 years ago

Thank you @ksv87