Skip to content

Commit 2783a3f

Browse files
committed
ensure setup.sh executable; fixes #245
1 parent c33c370 commit 2783a3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ outputs:
4343
runs:
4444
using: 'composite'
4545
steps:
46+
- run: chmod +x $GITHUB_ACTION_PATH/setup.sh
47+
shell: bash
4648
- id: flutter-action
4749
run: $GITHUB_ACTION_PATH/setup.sh -p -c '${{ inputs.cache-path }}' -k '${{ inputs.cache-key }}' -n '${{ inputs.flutter-version }}' -a '${{ inputs.architecture }}' ${{ inputs.channel }}
4850
shell: bash

0 commit comments

Comments
 (0)