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 a3b9921 commit 2b688a8Copy full SHA for 2b688a8
.github/workflows/build-dev-win64.yml
@@ -21,7 +21,7 @@ jobs:
21
working-directory: nexe
22
# diagnose weird execution failure
23
- run: |
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"
+ (Get-Content -Path "node_modules/nexe/lib/compiler.js" -Raw) -replace 'child_process_1.spawn', 'this.log.step(''Executing ''+command+'' ''+args);child_process_1.spawn' | Set-Content -Path "node_modules/nexe/lib/compiler.js"
25
26
- run: node build
27
0 commit comments