We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf1837 commit ef8901aCopy full SHA for ef8901a
.github/workflows/ci.yml
@@ -447,10 +447,11 @@ jobs:
447
with:
448
sccache: s3
449
- uses: actions/checkout@v5
450
- # VS Build Tools pre-installed on windows22-full-x64, just need to setup environment
451
- - name: Setup MSVC environment (Windows)
+ - name: Install Visual Studio Build Tools (Windows)
452
if: matrix.os == 'windows-x64'
453
- uses: ilammy/msvc-dev-cmd@v1
+ shell: bash
+ run: |
454
+ choco install visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --passive" -y
455
- name: Setup Python (Windows)
456
457
uses: actions/setup-python@v5
0 commit comments