-
Notifications
You must be signed in to change notification settings - Fork 3
fix: set cmd when execute scripts for Windows platform #125
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
base: main
Are you sure you want to change the base?
Conversation
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
…Windows platforms
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 PR fixes PowerShell script execution issues on Windows by configuring the CI workflow to use cmd shell for Windows platforms. The changes modify the GitHub Actions workflow to handle Windows-specific script execution requirements.
- Splits environment preparation into platform-specific steps
- Configures Windows to use cmd shell instead of default PowerShell
- Updates the repository reference to use a specific fix branch
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…onment preparation
…ows environment preparation
…mmand in build script fix: add 'testing' label to Windows runner in GitHub Actions workflow
… environment setup
配置 windows 运行脚本使用 cmd
https://jira.taosdata.com:18080/browse/TD-38252