Skip to content

Commit 3c6d382

Browse files
committed
Try GHA build fixes
1 parent ff567bd commit 3c6d382

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
working-directory: nexe
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.11'
19+
python-version: '3.9' # 'pipes' removed in Python 3.13, 'rU' mode unsupported in 3.11
2020
- run: node build
2121
working-directory: nexe
2222
- run: nexe/parpar --version

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
working-directory: nexe
2222
# diagnose weird execution failure
2323
- run: |
24-
"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+
"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
2525
working-directory: nexe
2626
- run: node build
2727
working-directory: nexe

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
working-directory: nexe
228228
- uses: actions/setup-python@v5
229229
with:
230-
python-version: '3.11'
230+
python-version: '3.9' # 'pipes' removed in Python 3.13, 'rU' mode unsupported in 3.11
231231
- run: node build
232232
working-directory: nexe
233233
- run: nexe/parpar --version

0 commit comments

Comments
 (0)