Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 9207c7b

Browse files
committed
Remove windows-build installation step
1 parent c3b4a01 commit 9207c7b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
with:
2525
channel: ${{ matrix.channel }}
2626

27-
- name: install windows build tools
28-
if: contains(matrix.os, 'windows')
29-
run: |
30-
choco install visualcpp-build-tools --version=14.0.25420.1 --ignore-dependencies -y --params "'/IncludeRequired'"
31-
echo "VCTargetsPath='C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v140'" >> $GITHUB_ENV
3227
- name: install dependencies
3328
run: apm ci
3429

0 commit comments

Comments
 (0)