taiki-e / install-action

GitHub Action for installing development tools (mainly from GitHub Releases).
Apache License 2.0
246 stars 32 forks source link

Workaround archlinux jq failure #525

Closed jayvdb closed 1 month ago

jayvdb commented 1 month ago

Fixes https://github.com/taiki-e/install-action/issues/521

jayvdb commented 1 month ago

@taiki-e @NobodyXu this is green now

jayvdb commented 1 month ago

That is a catch-22 - the scheduled CI failed because of this https://github.com/taiki-e/install-action/actions/runs/9433528539

NobodyXu commented 1 month ago

So we need this PR to merge for the CI to run and auto-merge.

NobodyXu commented 1 month ago

There's still a problem of if it will show up in the commit history.

@jayvdb Could you clean up the commit history a bit?

I think doing a rebase merge might make more sense, to preserve the commit history.

cc @taiki-e What do you think?

jayvdb commented 1 month ago

I've updated the commit message of the middle commit. The other two commits are different things, hence they are separate commits.

jayvdb commented 1 month ago

Green again