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:
117117 node-version : 20
118118 architecture : ${{ env.setup_node_arch }}
119119
120- - name : Install Dependencies
120+ - name : Install and Build Native
121121 if : ${{ !matrix.docker }}
122122 run : pnpm install
123123
@@ -133,15 +133,11 @@ jobs:
133133 architecture : ${{ env.setup_node_arch }}
134134
135135 - 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' }}
139137 run : npm run build.native
140138
141139 - 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' }}
145141 run :
146142 node ./node_modules/cmake-ts/build/main.js named-configs windows-x86
147143
You can’t perform that action at this time.
0 commit comments