mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
commit
f40819bd2e
1 changed files with 2 additions and 1 deletions
|
@ -75,10 +75,11 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
# This is a cross-platform composite action that needs yq to be available.
|
# This is a cross-platform composite action that needs yq to be available.
|
||||||
# GitHub decided to not make it available: https://github.com/actions/runner-images/issues/7443#issuecomment-1514597691
|
# ref: https://github.com/actions/runner-images/issues/7443#issuecomment-1514597691
|
||||||
- name: Make yq tool available on Windows runners
|
- name: Make yq tool available on Windows runners
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: choco install yq
|
run: choco install yq
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Make setup script executable
|
- name: Make setup script executable
|
||||||
run: chmod +x "$GITHUB_ACTION_PATH/setup.sh"
|
run: chmod +x "$GITHUB_ACTION_PATH/setup.sh"
|
||||||
|
|
Loading…
Reference in a new issue