Skip to content

Commit 622e5bd

Browse files
committed
Try GHA build fixes
1 parent ce6dd0f commit 622e5bd

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/build-dev-mac-x64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
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

.github/workflows/build-dev-win64.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
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

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)