From cdd18d3e649aff3558fcd9fb5d29e55fb49493fe Mon Sep 17 00:00:00 2001 From: Dylan Perks Date: Sat, 21 Dec 2024 14:28:13 +0000 Subject: [PATCH] Add a job name, fix build script permissions issues --- .github/workflows/native.yml | 1 + sources/SDL/Native/build-osx.sh | 0 2 files changed, 1 insertion(+) mode change 100644 => 100755 sources/SDL/Native/build-osx.sh diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index fb646414a1..cc7fbefe71 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -62,6 +62,7 @@ jobs: matrix: flat: ${{ fromJSON(needs.prerequisites.outputs.matrix_strategy) }} runs-on: ${{ startsWith(matrix.flat.runtime, 'osx') && 'macos-latest' || startsWith(matrix.flat.runtime, 'win') && 'windows-latest' || 'ubuntu-latest' }} + name: ${{ matrix.flat.target }} / ${{ matrix.flat.runtime }} steps: - uses: actions/checkout@v3 - run: ${{ format('.{0}{1}', startsWith(matrix.flat.runtime, 'win') && '\' || '/', matrix.flat.exec) }} diff --git a/sources/SDL/Native/build-osx.sh b/sources/SDL/Native/build-osx.sh old mode 100644 new mode 100755