Skip to content

Commit

Permalink
Try GHA build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
animetosho committed Dec 10, 2024
1 parent ce6dd0f commit 622e5bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-dev-mac-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- run: npm install --production --ignore-scripts
- run: npm install --production
working-directory: nexe
- run: pip install pipes
- run: node build
working-directory: nexe
- run: nexe/parpar --version
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-dev-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- run: npm install --production --ignore-scripts
- run: npm install --production
working-directory: nexe
# diagnose weird execution failure
- 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
working-directory: nexe
- run: node build
working-directory: nexe
- run: nexe\parpar.exe --version
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ jobs:
- run: npm install --production --ignore-scripts
- run: npm install --production
working-directory: nexe
- run: pip install pipes
- run: node build
working-directory: nexe
- run: nexe/parpar --version
Expand Down

0 comments on commit 622e5bd

Please sign in to comment.