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 a8fcd07 commit 18f4c25Copy full SHA for 18f4c25
.github/workflows/build-dev-win64.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: npm install --production
21
working-directory: nexe
22
# 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
+ - 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
24
25
- run: node build
26
0 commit comments