Skip to content

Commit 817c748

Browse files
committed
💚 ci: update
1 parent 08d7c46 commit 817c748

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/electron.yml

+10
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ jobs:
4747
- uses: actions/setup-node@v3
4848
with:
4949
node-version: 19
50+
- name: install node tools
51+
run: npm install --global windows-build-tools
52+
- name: install node-gyp
53+
run: npm install --global node-gyp@latest
54+
- name: Set node config to use python2.7
55+
run: npm config set python python2.7
56+
- name: Set node config to set msvs_version to 2015
57+
run: npm config set msvs_version 2015
58+
- name: Work around for Windows Server 2019
59+
run: set path=%path%;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin
5060
- name: Get yarn cache directory path
5161
id: yarn-cache-dir-path
5262
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"

0 commit comments

Comments
 (0)