File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1414 - run : npm install --production --ignore-scripts
1515 - run : npm install --production
1616 working-directory : nexe
17+ - run : pip install pipes
1718 - run : node build
1819 working-directory : nexe
1920 - run : nexe/parpar --version
Original file line number Diff line number Diff line change 1919 - run : npm install --production --ignore-scripts
2020 - run : npm install --production
2121 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
24+ working-directory : nexe
2225 - run : node build
2326 working-directory : nexe
2427 - run : nexe\parpar.exe --version
Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ jobs:
225225 - run : npm install --production --ignore-scripts
226226 - run : npm install --production
227227 working-directory : nexe
228+ - run : pip install pipes
228229 - run : node build
229230 working-directory : nexe
230231 - run : nexe/parpar --version
You can’t perform that action at this time.
0 commit comments