8000 Update yq commands to use 4.x UI by per1234 · Pull Request #3 · arduino/cpp-test-action · GitHub
[go: up one dir, main page]

Skip to content

Update yq commands to use 4.x UI #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 31, 2020
Merged

Update yq commands to use 4.x UI #3

merged 2 commits into from
Dec 31, 2020

Conversation

per1234
Copy link
Contributor
@per1234 per1234 commented Dec 31, 2020

The recent yq 4.0.0 release completely reworked the UI, breaking compatibility with all previous commands, and thus the action:

Error: unknown command "read" for "yq"

Example of failing workflow run caused by this issue:
https://github.com/107-systems/107-Arduino-UAVCAN/runs/1628914972?check_suite_focus=true
Equivalent workflow run using the fixed version of the action from this PR:
https://github.com/per1234/107-Arduino-UAVCAN/runs/1629305291?check_suite_focus=true

The GitHub Actions runner has outdated APT package lists, which causes `apt-get install` commands to fail.
The recent yq 4.0.0 release completely reworked the UI, breaking compatibility with all previous commands.
Copy link
Contributor
@aentinger aentinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the fast reaction 👍

@aentinger aentinger merged commit 6d35af7 into arduino:main Dec 31, 2020
@per1234 per1234 self-assigned this Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0