We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f649d commit 3aa7cc5Copy full SHA for 3aa7cc5
1 file changed
.github/workflows/publish-armv7l.yml
@@ -28,9 +28,6 @@ jobs:
28
node-version: 18
29
cache: npm
30
31
- - name: Install node-gyp and node-pre-gyp
32
- run: sudo npm install -g node-gyp node-pre-gyp
33
-
34
- name: Setup Python
35
uses: actions/setup-python@v2
36
with:
@@ -39,11 +36,11 @@ jobs:
39
- name: Install and build
40
37
run: |
41
38
npm install
+ npm run postinstall
42
# Build serialport for armv7l
43
cd release/app/node_modules/@serialport/bindings-cpp
44
- sudo node-gyp configure build
45
- cd ../../../../../
46
- npm run postinstall
+ npx node-gyp configure build
+ cd -
47
npm run build
48
49
- name: Publish releases
0 commit comments