Skip to content

Commit

Permalink
Use older msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasil Pashov committed Nov 26, 2024
1 parent 3ff113b commit 34f1d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

- name: Old MSVC
run: |
choco install -y visualstudio2022community --version=117.11.5 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --installChannelUri https://aka.ms/vs/17/release/150476627_138095015/channel"
choco install -y -d visualstudio2022community --version=117.11.5 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --installChannelUri https://aka.ms/vs/17/release/150476627_138095015/channel"
choco install -y ninja
- name: Enable Windows compiler commands
Expand Down

0 comments on commit 34f1d26

Please sign in to comment.