Fix GitHub Actions build failures across all platforms #58
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix GitHub Actions build failures across all platforms
This PR addresses all the build failures identified in the original PR #57 GitHub Actions workflow across Ubuntu, macOS, and Windows platforms.
Issues Fixed
Ubuntu Build Failure
qt5-defaultpackage no longer exists in Ubuntu 24.04qtbase5-dev qtbase5-dev-toolspackages directlyE: Package 'qt5-default' has no installation candidatemacOS Build Failure
CMake 3.22 or higher is required. You are running version 3.20.6Windows Build Failure
cachedparameter in Qt installation actioncache)is not a full path and was not found in the PATHfor cl compilerCMake Version Compatibility
Changes Made
GitHub Actions Workflow (
.github/workflows/build.yml):cachedparameter from Windows Qt installationCMakeLists.txt Files:
Testing Strategy
The workflow now properly:
Link to Devin run
https://app.devin.ai/sessions/aaf3b1f3468842ac8ae8ce6bdce43707
Requested by: Atsushi Eno (atsushieno@gmail.com)