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 3c6d382 commit e2a68cfCopy full SHA for e2a68cf
.github/workflows/build-dev-win64.yml
@@ -21,7 +21,7 @@ jobs:
21
working-directory: nexe
22
# diagnose weird execution failure
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
+ 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"
25
26
- run: node build
27
0 commit comments