aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorGeneral Kroll <generalkroll0@gmail.com>2023-01-03 09:58:14 +1100
committerGeneral Kroll <generalkroll0@gmail.com>2023-01-03 10:10:06 +1100
commitc8d00a8034a5c526ea76031fa985e53d2282183a (patch)
tree17f972502617c8b9e069f6872290819cd4960967 /README.md
parentworkflows/test: upgrade actions (diff)
downloadsetup-mingw-c8d00a8034a5c526ea76031fa985e53d2282183a.tar.gz
setup-mingw-c8d00a8034a5c526ea76031fa985e53d2282183a.zip
version-configurable
Summary: - `mingw` version configurable through input. - If no version is supplied, then `mingw` version will fall back to package manager default.
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 14 insertions, 12 deletions
diff --git a/README.md b/README.md
index cea903d..d0494aa 100644
--- a/README.md
+++ b/README.md
@@ -30,18 +30,20 @@ Disable this by setting the `cc` parameter to `0`.
API
---
-| Input | Value | Default | Description
-| --------- | ------- | ------- | -----------
-| platform | x64 | ✓ | Install the x86_64 toolchain.
-| | *any* | | Install the i686 toolchain.
-| cygwin | *any* | ✓ | Install native binaries.
-| | 1 | | Install Cygwin packages.
-| static | 1 | ✓ | Enable the static-linking workaround.
-| | *any* | | Disable the static-linking workaround.
-| cc | 1 | ✓ | Set up `cc`/`c++` executables.
-| | *any* | | Don't set up `cc`/`c++`.
-| hardlinks | *any* | ✓ | Cygwin: don't convert any symlinks.
-| | 1 | | Cygwin: convert symlinks in /usr/bin to hardlinks.
+| Input | Value | Default | Description
+| --------- | -------- | ------- | -----------
+| platform | x64 | ✓ | Install the x86_64 toolchain.
+| | *any* | | Install the i686 toolchain.
+| cygwin | *any* | ✓ | Install native binaries.
+| | 1 | | Install Cygwin packages.
+| static | 1 | ✓ | Enable the static-linking workaround.
+| | *any* | | Disable the static-linking workaround.
+| cc | 1 | ✓ | Set up `cc`/`c++` executables.
+| | *any* | | Don't set up `cc`/`c++`.
+| hardlinks | *any* | ✓ | Cygwin: don't convert any symlinks.
+| | 1 | | Cygwin: convert symlinks in /usr/bin to hardlinks.
+| version | | ✓ | Mingw version will be package manager default.
+| | *string* | | Mingw version specified will be installed, packager manager permitting.
| Output | Example | Description
| ------- | ------------------------ | -----------