Skip to content

Commit cdd18d3

Browse files
committed
Add a job name, fix build script permissions issues
1 parent 775be50 commit cdd18d3

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.github/workflows/native.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
matrix:
6363
flat: ${{ fromJSON(needs.prerequisites.outputs.matrix_strategy) }}
6464
runs-on: ${{ startsWith(matrix.flat.runtime, 'osx') && 'macos-latest' || startsWith(matrix.flat.runtime, 'win') && 'windows-latest' || 'ubuntu-latest' }}
65+
name: ${{ matrix.flat.target }} / ${{ matrix.flat.runtime }}
6566
steps:
6667
- uses: actions/checkout@v3
6768
- run: ${{ format('.{0}{1}', startsWith(matrix.flat.runtime, 'win') && '\' || '/', matrix.flat.exec) }}

sources/SDL/Native/build-osx.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)