Skip to content

Commit befa904

Browse files
committed
* fix Windows build -> fix libUV path5
1 parent d1726e7 commit befa904

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
if not exist ext\async mkdir ext\async
4545
xcopy /E /I /H /Y async ext\async
4646
47+
- name: Replace all modified GitHub Actions files
48+
shell: cmd
49+
run: |
50+
xcopy /E /I /H /Y async\.github .github
51+
4752
- name: Setup LibUV
4853
shell: powershell
4954
run: |

0 commit comments

Comments
 (0)