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 ff567bd commit 3c6d382
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-mac-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
working-directory: nexe
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.9' # 'pipes' removed in Python 3.13, 'rU' mode unsupported in 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 @@ -21,7 +21,7 @@ jobs:
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
"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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
working-directory: nexe
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.9' # 'pipes' removed in Python 3.13, 'rU' mode unsupported in 3.11
- run: node build
working-directory: nexe
- run: nexe/parpar --version
Expand Down

0 comments on commit 3c6d382

Please sign in to comment.