-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(ci): update workflows #1086
base: master
Are you sure you want to change the base?
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