Feature/yq on windows (#336)

* install `yq` if runner.os is `windows`

* update readme with `yq` on windows info
This commit is contained in:
Bartek Pacia
2024-12-03 20:05:47 +01:00
committed by GitHub
parent 7642db7052
commit 8535a80ce0
2 changed files with 12 additions and 2 deletions

View File

@@ -60,10 +60,12 @@ steps:
> flutter: ">= 3.19.0 <4.0.0"
> ```
> [!WARNING]
> [!NOTE]
>
> Using `flutter-version-file` requires [`yq`](https://github.com/mikefarah/yq),
> which is not pre-installed in `windows` images. Install it yourself.
> which is not pre-installed in `windows` runners. Fortunately, since version
> 2.18.0, this action installs `yq` automatically, so no action is required from
> you.
### Use latest release for particular channel