File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
node-version : 20
118
118
architecture : ${{ env.setup_node_arch }}
119
119
120
- - name : Install Dependencies
120
+ - name : Install and Build Native
121
121
if : ${{ !matrix.docker }}
122
122
run : pnpm install
123
123
@@ -133,15 +133,11 @@ jobs:
133
133
architecture : ${{ env.setup_node_arch }}
134
134
135
135
- name : Build Native
136
- if :
137
- ${{ !matrix.docker && matrix.os != 'windows-2019' && matrix.node_arch
138
- != 'ia32' }}
136
+ if : ${{ !matrix.docker && matrix.node_arch != 'ia32' }}
139
137
run : npm run build.native
140
138
141
139
- name : Build Native Windows 32
142
- if :
143
- ${{ !matrix.docker && matrix.os == 'windows-2019' && matrix.node_arch
144
- == 'ia32' }}
140
+ if : ${{ matrix.os == 'windows-2019' && matrix.node_arch == 'ia32' }}
145
141
run :
146
142
node ./node_modules/cmake-ts/build/main.js named-configs windows-x86
147
143
You can’t perform that action at this time.
0 commit comments