Skip to content

Commit e2a68cf

Browse files
committed
Try GHA build fixes
1 parent 3c6d382 commit e2a68cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
working-directory: nexe
2222
# diagnose weird execution failure
2323
- 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
24+
Start-Process -FilePath "C:\Program Files\Git\usr\bin\sed" -ArgumentList "-i", "s/child_process_1\.spawn/this.log.step('Executing ' + command + ' ' + args); \0/", "node_modules/nexe/lib/compiler.js"
2525
working-directory: nexe
2626
- run: node build
2727
working-directory: nexe

0 commit comments

Comments
 (0)