1 parent f49951a commit c8bba18Copy full SHA for c8bba18
1 file changed
.github/workflows/build.yml
@@ -124,7 +124,7 @@ jobs:
124
node-version: 22
125
cache: pnpm
126
- name: Fix node-gyp for Python 3.12+
127
- run: pip install setuptools
+ run: python3 -m pip install setuptools --break-system-packages
128
- run: pnpm install --frozen-lockfile
129
- name: Read version
130
run: |
@@ -151,7 +151,7 @@ jobs:
151
152
153
154
155
156
157
0 commit comments