Skip to content

Commit 0e1f61b

Browse files
committed
Update build_py_tools.yml
1 parent 4f500bb commit 0e1f61b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_py_tools.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
name: Build python tools binaries for ${{ matrix.os }}
1111
runs-on: ${{ matrix.os }}
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
os: [windows-latest, macos-latest, ubuntu-20.04, ARM, ARM64]
1516
include:
@@ -59,6 +60,10 @@ jobs:
5960
# shell: pwsh
6061
# run: |
6162
# ./.github/pytools/Sign-File.ps1 -Path ./${{ env.DISTPATH }}/get.exe
63+
- name: Make binaries executable
64+
if: matrix.os != 'windows-latest'
65+
run: |
66+
chmod +x ./${{ env.DISTPATH }}/get${{ matrix.EXTEN }}
6267
- name: Test binaries
6368
shell: bash
6469
run: |

0 commit comments

Comments
 (0)