cpp-httplib icon indicating copy to clipboard operation
cpp-httplib copied to clipboard

Tweak CI & fix macOS prefix

Open jajik opened this issue 1 year ago • 0 comments

Hello,

I separated each os in the workflow file to make it cleaner. Additionally, now, in case of one OS workflow failure, the others don't get cancelled (although this could be achieved with fail-fast: false in the current setting). That seems more reasonable, because if there are issues, you want to see them all at once.

Another part is the fix for macOS and its homebrew prefix.

jajik avatar May 22 '24 08:05 jajik