File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 14
14
- run : npm install --production --ignore-scripts
15
15
- run : npm install --production
16
16
working-directory : nexe
17
- - run : pip install pipes
17
+ - uses : actions/setup-python@v5
18
+ with :
19
+ python-version : ' 3.11'
18
20
- run : node build
19
21
working-directory : nexe
20
22
- run : nexe/parpar --version
Original file line number Diff line number Diff line change 20
20
- run : npm install --production
21
21
working-directory : nexe
22
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
23
+ - run : " C:\P rogram Files\G it\usr\b in\s ed" -i "s/child_process_1\.spawn/this.log.step('Executing ' + command + ' ' + args); \0/" node_modules/nexe/lib/compiler.js
24
24
working-directory : nexe
25
25
- run : node build
26
26
working-directory : nexe
Original file line number Diff line number Diff line change @@ -225,7 +225,9 @@ jobs:
225
225
- run : npm install --production --ignore-scripts
226
226
- run : npm install --production
227
227
working-directory : nexe
228
- - run : pip install pipes
228
+ - uses : actions/setup-python@v5
229
+ with :
230
+ python-version : ' 3.11'
229
231
- run : node build
230
232
working-directory : nexe
231
233
- run : nexe/parpar --version
You can’t perform that action at this time.
0 commit comments