-
Notifications
You must be signed in to change notification settings - Fork 8
Update CMake action to use latest version #4
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
Conversation
Removed unnecessary 'cd build' command before building.
Updated CI workflow to combine configure and build steps.
Removed Ubuntu from the CI workflow matrix and the related dependency installation step. As Linux build is not currently available right now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request simplifies the CI workflow by removing Ubuntu builds and streamlining the CMake configuration process. The changes focus on Windows-only builds with a more concise CMake setup.
- Removed Ubuntu from the build matrix, making it Windows-only
- Eliminated platform-specific setup steps for both Ubuntu (CMake) and Windows (MSVC)
- Simplified CMake configure and build commands to use modern single-line syntax
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Check please now @copilot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This pull request simplifies the CI workflow configuration by focusing exclusively on Windows builds and streamlining the build steps. The main changes are the removal of Ubuntu support and related setup steps, as well as making the build and configuration commands more concise.
Platform support changes:
windows-latest).Build and setup simplification: