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 10c0858 commit bfb7cc7Copy full SHA for bfb7cc7
.github/workflows/ci.yml
@@ -31,12 +31,6 @@ jobs:
31
check-latest: true
32
cache: 'npm'
33
34
- # Due to https://github.com/nodejs/node-gyp/issues/2869, node-gyp fails
35
- # in latest GH runners, due to Python 3.12 incompatibility:
36
- - uses: actions/setup-python@v5
37
- with:
38
- python-version: '3.11'
39
-
40
# Due to https://github.com/electron-userland/electron-builder/issues/3901
41
# Electron-Builder fails to produce deb packages on arm64 without this:
42
- name: Install system FPM to fix ARM64 Linux builds
0 commit comments