We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d773903 commit 0df744dCopy full SHA for 0df744d
.github/actions/get-msys2/action.yml
@@ -31,11 +31,12 @@ runs:
31
steps:
32
- name: 'Install MSYS2'
33
# use a specific release of msys2/setup-msys2 to prevent jtreg build failures on newer release
34
- uses: msys2/setup-msys2@7efe20baefed56359985e327d329042cde2434ff
+ uses: msys2/setup-msys2@v2
35
with:
36
- install: 'autoconf tar unzip zip make'
+ install: 'base-devel git autoconf tar unzip zip make'
37
path-type: minimal
38
location: ${{ runner.tool_cache }}/msys2
39
+ update: true
40
41
# We can't run bash until this is completed, so stick with pwsh
42
- name: 'Set MSYS2 path'
0 commit comments