diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 11:39:09 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 11:39:09 +0300 |
commit | 0a8678c294a0ddc3ba28a2f23ce552c082c16b68 (patch) | |
tree | 6e6fd6ec939a17ae4af4b8a625b285149a229cbf | |
parent | README: update (diff) | |
download | setup-mingw-0a8678c294a0ddc3ba28a2f23ce552c082c16b68.tar.gz setup-mingw-0a8678c294a0ddc3ba28a2f23ce552c082c16b68.zip |
README: update
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -3,7 +3,7 @@ Set up MinGW-w64 [![Test](https://github.com/egor-tensin/setup-mingw/actions/workflows/test.yml/badge.svg)](https://github.com/egor-tensin/setup-mingw/actions/workflows/test.yml) -This is a GitHub action that sets up MinGW-w64 in your workflow run. +This GitHub action sets up MinGW-w64 in your workflow run. 1. Installs MinGW-w64 on either Ubuntu or Windows. 2. Fixes the infamous libwinpthread-1.dll [static linking issue]. @@ -33,14 +33,14 @@ API | Input | Value | Default | Description | --------- | ------- | ------- | ----------- | platform | x64 | ✓ | Install the x86_64 toolchain. -| | *Other* | | Install the i686 toolchain. -| cygwin | *Other* | ✓ | Install native binaries. +| | *any* | | Install the i686 toolchain. +| cygwin | *any* | ✓ | Install native binaries. | | 1 | | Install Cygwin packages. | static | 1 | ✓ | Enable the static-linking workaround. -| | *Other* | | Disable the static-linking workaround. +| | *any* | | Disable the static-linking workaround. | cc | 1 | ✓ | Set up `cc`/`c++` executables. -| | *Other* | | Don't set up `cc`/`c++`. -| hardlinks | *Other* | ✓ | Cygwin: don't convert any symlinks. +| | *any* | | Don't set up `cc`/`c++`. +| hardlinks | *any* | ✓ | Cygwin: don't convert any symlinks. | | 1 | | Cygwin: convert symlinks in /usr/bin to hardlinks. | Output | Example | Description |