Commit 2502205
authored
Fix broken CI by patching GitHub Actions back to vs2022 (#4607)
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?**
Yes1 parent 1c590fb commit 2502205
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
32 | 39 | | |
33 | 40 | | |
34 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments