Compare commits

...

7 Commits

Author SHA1 Message Date
Michael Telatynski
c35aad387e
Update build_windows.yaml 2025-02-27 17:11:16 +00:00
Michael Telatynski
3e0c7b2e35
Update build_windows.yaml 2025-02-27 16:35:09 +00:00
Michael Telatynski
5c0fcff0e8
Discard changes to README.md 2025-02-27 16:18:09 +00:00
Michael Telatynski
f6cd24b882
Update build_windows.yaml 2025-02-27 16:13:16 +00:00
Michael Telatynski
36c1fa1f64
Update build_windows.yaml 2025-02-27 16:05:13 +00:00
Michael Telatynski
2b64533992
Update build_windows.yaml 2025-02-27 15:52:32 +00:00
Michael Telatynski
aeff9c4c53
Update README.md 2025-02-27 15:01:13 +00:00

View File

@ -60,6 +60,9 @@ jobs:
}
}
- name: Install VS2022 BuildTools 17.9.7
run: choco install -y visualstudio2022buildtools --version=117.9.7.0 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --installChannelUri https://aka.ms/vs/17/release/180911598_-255012421/channel"
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4