[ci] Update to msys2/setup-msys2@v2
This update introduces better error handling and package caching by default.
This commit is contained in:
parent
ae8a71dfb8
commit
d058e56cf1
|
@ -22,7 +22,7 @@ jobs:
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: msys2/setup-msys2@v1
|
- uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
msystem: ${{ matrix.MSYSTEM }}
|
msystem: ${{ matrix.MSYSTEM }}
|
||||||
update: true
|
update: true
|
||||||
|
|
Loading…
Reference in New Issue