Conversation
Co-authored-by: yvt <i@yvt.jp>
|
Windows: Which is strange because we have Mac: |
Could you remove The backtick character for line continuation is specific to PowerShell. PowerShell uses it in place of the backslash symbol to avoid issues with Windows paths. And apparently |
I was mistaking AppVeyor for GitHub Actions here. GHA does not package Ninja with their runners https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md |
|
Windows seems to work now! |
|
macOS incorrectly succeeding |
|
Everything seems to be fine... |
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
Update: Node12 has been removed and will now run on Node16 https://github.blog/changelog/2023-07-17-github-actions-removal-of-node12-from-the-actions-runner/
CMake Build is no longer being updated so I made Actions directly invoke CMake from shell
Edit: Fixes #1047