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

Commit 12ca120

Browse files
authored
Merge pull request #704 from icecream17/patch-2
Remove windows-build installation step
2 parents da81489 + 7a9e1ad commit 12ca120

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ jobs:
3131
with:
3232
channel: ${{ matrix.atom_channel }}
3333

34-
- name: Install Visual Studio 2015 on Windows
35-
if: ${{ contains(matrix.os, 'windows') }}
36-
run: |
37-
choco install visualcpp-build-tools --version=14.0.25420.1 --ignore-dependencies -y --params "'/IncludeRequired'"
38-
echo ::set-env name=VCTargetsPath::'C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v140'
39-
4034
- name: Install dependencies
4135
run: apm install
4236

0 commit comments

Comments
 (0)