Permalink
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
...
- 4 commits
- 13 files changed
- 2 contributors
Commits on May 4, 2025
ci: fix CMake command syntax in build-dll.yml
The backslashes in the CMake command were incorrectly replaced with backticks, causing potential syntax issues. This commit corrects the syntax to ensure proper execution of the CMake command in the CI workflow.
ci: update DLL path pattern in build workflow
The path pattern for collecting DLL files in the build workflow was updated from `build\*.dll` to `build/**/*.dll` to ensure all DLL files in nested directories are included. This change improves the reliability of the build artifact collection process.
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master