sccn / liblsl

C++ lsl library for multi-modal time-synched data transmission over the local network
Other
107 stars 63 forks source link

Build MinGW on Windows server 2019 #165

Closed tobiasherzke closed 2 years ago

tobiasherzke commented 2 years ago

MinGW build on Github Actions Windows Server 2022 runner failed because CMake was not found in PATH from MSYS2 shell. CMake is found in Github Actions Windows Server 2019 runner.

For MinGW compilation, exact OS version of the build host is irrelevant.

tstenner commented 2 years ago

According to the docs, the windows-latest runners have CMake 3.18, but maybe it's not on the path. For now we can just use the old runners, though.