Commit 9e011e9 1 parent 57f0423 commit 9e011e9 Copy full SHA for 9e011e9
File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 55
55
if : startsWith(matrix.os, 'windows-')
56
56
uses : microsoft/setup-msbuild@v1.1
57
57
58
- - name : install node tools
59
- # we don't need to install the windows-build-tools package, as we
60
- # already have almost everything we need. We only need to install
61
- # python 2.7. Also windows-build-tools@4 fails to install because some
62
- # resources it downloads no longer exist, and windows-build-tools@5
63
- # fails to install Python (it will wait on the python installer forever)
64
- if : startsWith(matrix.os, 'windows-')
65
- uses : actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4.4.0
66
- with :
67
- python-version : " 2.7"
68
-
69
- - name : install node-gyp
70
- if : startsWith(matrix.os, 'windows-')
71
- run : npm install --global node-gyp@7.1.2
72
-
73
- - name : Set node config to use python2.7
74
- if : startsWith(matrix.os, 'windows-')
75
- run : npm config set python python2.7
76
-
77
- - name : Set node config to set msvs_version to 2019
78
- if : startsWith(matrix.os, 'windows-')
79
- run : npm config set msvs_version 2019 --global
80
-
81
58
- run : npm ci
82
59
- run : npm run tsc
83
60
- run : npm test
You can’t perform that action at this time.
0 commit comments