File tree 1 file changed +5
-10
lines changed 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
32
32
cpp_arch : amd64_x86
33
33
native : true
34
34
35
- # - os: windows-2022
36
- # node_arch: x64
37
- # arch: arm64
38
- # cpp_arch: amd64_arm64
35
+ - os : windows-2022
36
+ node_arch : x64
37
+ arch : arm64
38
+ cpp_arch : amd64_arm64
39
39
40
40
- os : macos-13
41
41
node_arch : x64
@@ -146,14 +146,9 @@ jobs:
146
146
architecture : ${{ env.setup_node_arch }}
147
147
148
148
- name : Build Native
149
- if : ${{ matrix.native && matrix.node_arch != 'ia32' }}
149
+ if : ${{ matrix.native }}
150
150
run : npm run build.native
151
151
152
- - name : Build Native Windows 32
153
- if : ${{ matrix.os == 'windows-2019' && matrix.node_arch == 'ia32' }}
154
- run :
155
- node --enable-source-maps ./node_modules/cmake-ts/build/main.js build --config win32-ia32-release
156
-
157
152
- name : Use Node 20
158
153
if : ${{ matrix.native }}
159
154
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments