We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1726e7 commit befa904Copy full SHA for befa904
.github/workflows/build-windows.yml
@@ -44,6 +44,11 @@ jobs:
44
if not exist ext\async mkdir ext\async
45
xcopy /E /I /H /Y async ext\async
46
47
+ - name: Replace all modified GitHub Actions files
48
+ shell: cmd
49
+ run: |
50
+ xcopy /E /I /H /Y async\.github .github
51
+
52
- name: Setup LibUV
53
shell: powershell
54
run: |
0 commit comments