Conditionally run Make exectuable

This commit is contained in:
Mark McDowall 2024-01-03 15:21:40 -08:00
parent 2dd3d905b3
commit 8bbacc48e2
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ runs:
path: _tests
- name: Make executable
if: ${{ inputs.platform }}
if: startsWith(inputs.platform, 'windows') != true
shell: bash
run: chmod +x ./_tests/Sonarr.Test.Dummy && chmod +x ./_tests/ffprobe