Fix broken CI by patching GitHub Actions back to vs2022#4607
Merged
Conversation
Updated the restore vs2022 step to include fetching and checking out README.md after reverting.
Clarified prerequisites for Visual Studio installation.
Updated the restore process for vs2022 to use a no-commit revert.
MegadreamsBE
approved these changes
Jan 7, 2026
qaisjp
added a commit
that referenced
this pull request
Jan 19, 2026
Visual Studio 2026 isn't ready on GitHub Actions, so [the upgrade to 2026](c757a89) around [this time period](https://github.com/multitheftauto/mtasa-blue/commits/master/?after=1c590fbc46884bb25809d85d1017c08f779c6a28+104) causes GitHub Actions builds to stop succeeding. Since we can't upgrade to Visual Studio 2026 yet (actions/runner-images#13291), this change temporarily restores VS 2022 just for the purpose of CI. Additionally this change clarifies how to install MFC v145, since the text has changed in the Visual Studio installer. **Test plan** CI should pass **Safe to revert?** Yes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Visual Studio 2026 isn't ready on GitHub Actions, so the upgrade to 2026 around this time period causes GitHub Actions builds to stop succeeding.
Since we can't upgrade to Visual Studio 2026 yet (actions/runner-images#13291), this change temporarily restores VS 2022 just for the purpose of CI.
Additionally this change clarifies how to install MFC v145, since the text has changed in the Visual Studio installer.
Test plan
CI should pass
Safe to revert?
Yes