Skip to content

Commit

Permalink
Merge pull request #1 from penkzhou/enable_yq
Browse files Browse the repository at this point in the history
Update action.yaml
  • Loading branch information
penkzhou authored Jun 7, 2024
2 parents ac42b30 + cd06aa3 commit f40819b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f40819b

Please sign in to comment.