File tree Expand file tree Collapse file tree 4 files changed +138
-40
lines changed Expand file tree Collapse file tree 4 files changed +138
-40
lines changed Original file line number Diff line number Diff line change 23
23
- run : npm i
24
24
- name : Prebuild
25
25
run : |
26
+ npm run apply-patches
26
27
npm run prebuild -- --strip --all --arch ia32 -u ${{ secrets.PREBUILD_TOKEN }}
27
28
npm run prebuild -- --strip --all --arch x64 -u ${{ secrets.PREBUILD_TOKEN }}
28
29
prebuild-macos :
37
38
- run : npm i
38
39
- name : Prebuild
39
40
run : |
41
+ npm run apply-patches
40
42
npm run prebuild -- --strip --all --arch x64 -u ${{ secrets.PREBUILD_TOKEN }}
41
43
prebuild-windows :
42
44
name : Prebuild Binaries for Windows
50
52
- run : npm i
51
53
- name : Prebuild
52
54
run : |
55
+ npm run apply-patches
53
56
npm run prebuild -- --strip --all --arch ia32 -u ${{ secrets.PREBUILD_TOKEN }}
54
57
npm run prebuild -- --strip --all --arch x64 -u ${{ secrets.PREBUILD_TOKEN }}
Original file line number Diff line number Diff line change 21
21
- run : npm i
22
22
- name : Prebuild
23
23
run : |
24
+ npm run apply-patches
24
25
npm run prebuild -- --strip --all --arch ia32
25
26
npm run prebuild -- --strip --all --arch x64
26
27
prebuild-macos :
35
36
- run : npm i
36
37
- name : Prebuild
37
38
run : |
39
+ npm run apply-patches
38
40
npm run prebuild -- --strip --all --arch x64
39
41
prebuild-windows :
40
42
name : Prebuild Binaries for Windows
48
50
- run : npm i
49
51
- name : Prebuild
50
52
run : |
53
+ npm run apply-patches
51
54
npm run prebuild -- --strip --all --arch ia32
52
55
npm run prebuild -- --strip --all --arch x64
You can’t perform that action at this time.
0 commit comments