Fixing the macOS builder#15
Fixing the macOS builder#15WoodleyBrew wants to merge 1 commit intoProject-Plus-Development-Team:masterfrom
Conversation
|
Have no clue why that didn't work because I have the exact file / exact code on my fork and it fixed the issue there? Looking at the macOS builder log it was still trying to build the 6.2.10 Qt which is why it failed, not sure what's going on here. |
|
I am not an expert on Git / Github and how PR's work but i made a PR for the official P+ Dolphin repo to fix the macOS builder being broken. As of right now if you fork the official repo and try to build using the github actions the macOS builder will fail, as an example I made a fork a few minutes ago and made one tiny change, and the builder did in fact fail for macOS. The PR I made is here but when performing a run using this it still returned a macOS fail: #15 However, I believe I know why. in So I believe what's happening is despite the PR's run including the new It's using the old one rather than the new 6.6.3 I can confirm on multiple forks that this updated |
The macOS builder is currently broken and fails every time, this is a new
build-dependencies.shthat fixes it.Disclaimer: Made using OpenCode AI, not made by me, however it is tested and works.