Skip to content

Commit 44fe246

Browse files
authored
[ci] Pull less build dependencies for Windows (vortex-data#5877)
We're currently pulling a full desktop dev setup for the windows CI, so this is an attempt to make it a faster. It seems to save just over a minute per CI run. Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent 8ffca2a commit 44fe246

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,9 +537,9 @@ jobs:
537537
- uses: actions/checkout@v5
538538
- name: Install Visual Studio Build Tools (Windows)
539539
if: matrix.os == 'windows-x64'
540-
shell: bash
541540
run: |
542-
choco install visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --passive" -y
541+
choco install visualstudio2022buildtools --package-parameters `
542+
"--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.Windows11SDK.26100 --passive" -y
543543
- name: Setup Python (Windows)
544544
if: matrix.os == 'windows-x64'
545545
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)