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 622e5bd commit 050a1c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-dev-mac-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- run: npm install --production --ignore-scripts
- run: npm install --production
working-directory: nexe
- run: pip install pipes
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: node build
working-directory: nexe
- run: nexe/parpar --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- 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
- 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
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,9 @@ jobs:
- run: npm install --production --ignore-scripts
- run: npm install --production
working-directory: nexe
- run: pip install pipes
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: node build
working-directory: nexe
- run: nexe/parpar --version
Expand Down

0 comments on commit 050a1c3

Please sign in to comment.