From a59a2f003bf30bc0ed00b6ef0d0ff7d9461fff30 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 25 Dec 2020 00:02:00 +0300 Subject: README: update --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9703687..6a17142 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,12 @@ Use it in your workflow like this: with: platform: x64 -`x64` is the default value for the `platform` parameter and can be omitted. +* `x64` is the default value for the `platform` parameter and can be omitted. Use `x86` if you want to build 32-bit binaries. +* Set the `cygwin` parameter to `1` to set up MinGW inside an existing Cygwin +installation (see [my other action] for setting up Cygwin itself). -Set the `cygwin` parameter to `1` to set up MinGW inside an existing Cygwin -installation (installing Cygwin itself is as simple as `choco install cygwin`). +[my other action]: https://github.com/egor-tensin/setup-cygwin API --- -- cgit v1.2.3