Skip to content

Commit ef8901a

Browse files
committed
test
Signed-off-by: Joe Isaacs <[email protected]>
1 parent bbf1837 commit ef8901a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,10 +447,11 @@ jobs:
447447
with:
448448
sccache: s3
449449
- 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)
450+
- name: Install Visual Studio Build Tools (Windows)
452451
if: matrix.os == 'windows-x64'
453-
uses: ilammy/msvc-dev-cmd@v1
452+
shell: bash
453+
run: |
454+
choco install visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --passive" -y
454455
- name: Setup Python (Windows)
455456
if: matrix.os == 'windows-x64'
456457
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)