Skip to content

Commit a179b76

Browse files
committed
ci: fix windows 32 cmake-ts [skip ci]
1 parent eb0e617 commit a179b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Build Native Windows 32
140140
if: ${{ matrix.os == 'windows-2019' && matrix.node_arch == 'ia32' }}
141141
run:
142-
node ./node_modules/cmake-ts/build/main.js named-configs windows-x86
142+
node ./node_modules/@aminya/cmake-ts/build/main.js named-configs windows-x86
143143

144144
- name: Use Node 20
145145
if: ${{ !matrix.docker }}

0 commit comments

Comments
 (0)