Skip to content

Commit ff567bd

Browse files
committed
Try GHA build fixes
1 parent 18f4c25 commit ff567bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-dev-win64.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- run: npm install --production
2121
working-directory: nexe
2222
# diagnose weird execution failure
23-
- run: "C:\\Program Files\\Git\\usr\\bin\\sed" -i "s/child_process_1\\.spawn/this.log.step('Executing ' + command + ' ' + args); \\0/" node_modules/nexe/lib/compiler.js
23+
- run: |
24+
"C:\Program Files\Git\usr\bin\sed" -i "s/child_process_1\.spawn/this.log.step('Executing ' + command + ' ' + args); \0/" node_modules/nexe/lib/compiler.js
2425
working-directory: nexe
2526
- run: node build
2627
working-directory: nexe

0 commit comments

Comments
 (0)