perf: Only install yq on Windows if used (#362)

This commit is contained in:
Christer Eliasi-Swahn
2025-06-09 09:54:01 +02:00
committed by GitHub
parent e938fdf565
commit 02d6ac3427
2 changed files with 5 additions and 4 deletions

View File

@@ -64,8 +64,8 @@ steps:
>
> Using `flutter-version-file` requires [`yq`](https://github.com/mikefarah/yq),
> 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.
> 2.18.0, this action installs `yq` automatically if `flutter-version-file`
> is specified, so no action is required from you.
### Use latest release for particular channel