Skip to content

Commit f32c6ec

Browse files
committed
ci: build node 12 on Windows
1 parent 1a8921d commit f32c6ec

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)