We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9f895 commit d4db2e1Copy full SHA for d4db2e1
.github/workflows/rebuildElectron.yml
@@ -101,6 +101,11 @@ jobs:
101
node-version: 14
102
node-arch: ${{ matrix.arch }}
103
104
+ - name: Use Python 3.11 # node-gyp < 10 breaks with 3.12
105
+ uses: actions/setup-python@v4
106
+ with:
107
+ python-version: '3.11'
108
+
109
- run: npm install
110
- run: npm run compile
111
- run: node ci/prepare.js
@@ -165,6 +170,11 @@ jobs:
165
170
166
171
167
172
173
174
175
176
177
168
178
169
179
180
0 commit comments