Skip to content

Commit 74b2d84

Browse files
einelazka
authored andcommitted
v2.2.0 78d2b74
1 parent 9869a33 commit 74b2d84

File tree

3 files changed

+294
-4
lines changed

3 files changed

+294
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Setup MSYS2
1212

13-
**setup-msys2** is a JavaScript GitHub Action (GHA) to setup an [MSYS2](https://www.msys2.org/) environment (i.e. MSYS, MINGW32 and/or MINGW64 shells) using the GHA [toolkit](https://github.com/actions/toolkit) for automatic caching.
13+
**setup-msys2** is a JavaScript GitHub Action (GHA) to setup an [MSYS2](https://www.msys2.org/) environment (i.e. MSYS, MINGW32, MINGW64 and/or UCRT64 shells) using the GHA [toolkit](https://github.com/actions/toolkit) for automatic caching.
1414

1515
## Context
1616

@@ -90,7 +90,7 @@ Find further details at [#40](https://github.com/msys2/setup-msys2/issues/40) an
9090

9191
#### msystem
9292

93-
By default, `MSYSTEM` is set to `MINGW64`. However, an optional parameter named `msystem` is supported, which expects `MSYS`, `MINGW64` or `MINGW32`. For example:
93+
By default, `MSYSTEM` is set to `MINGW64`. However, an optional parameter named `msystem` is supported, which expects `MSYS`, `MINGW64`, `MINGW32` or `UCRT64`. For example:
9494

9595
```yaml
9696
- uses: msys2/setup-msys2@v2

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ branding:
55
icon: terminal
66
inputs:
77
msystem:
8-
description: 'Variant of the environment to set by default: MSYS, MINGW32 or MINGW64'
8+
description: 'Variant of the environment to set by default: MSYS, MINGW32, MINGW64 or UCRT64'
99
required: false
1010
default: 'MINGW64'
1111
path-type:

index.js

Lines changed: 291 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)