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 18f4c25 commit ff567bdCopy full SHA for ff567bd
.github/workflows/build-dev-win64.yml
@@ -20,7 +20,8 @@ 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: |
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
25
26
- run: node build
27
0 commit comments