1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

Merge pull request #1 from penkzhou/enable_yq

Update action.yaml
This commit is contained in:
Old Autumn 2024-06-07 16:24:35 +08:00 committed by GitHub
commit f40819bd2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,10 +75,11 @@ runs:
steps:
# 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
if: runner.os == 'Windows'
run: choco install yq
shell: bash
- name: Make setup script executable
run: chmod +x "$GITHUB_ACTION_PATH/setup.sh"