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 4b7bca3 commit 43c1febCopy full SHA for 43c1feb
.github/workflows/release.yaml
@@ -41,6 +41,11 @@ jobs:
41
package-lock.json
42
test/package-lock.json
43
44
+ # node-gyp needs a newer version of Python.
45
+ - uses: actions/setup-python@v5
46
+ with:
47
+ python-version: "3.12"
48
+
49
- run: SKIP_SUBMODULE_DEPS=1 npm ci
50
51
- name: Install development tools
@@ -138,6 +143,11 @@ jobs:
138
143
139
144
140
145
146
147
148
149
150
141
151
- name: Install cross-compiler and system dependencies
142
152
run: |
153
dpkg --add-architecture $TARGET_ARCH
0 commit comments