GHA: Switch action to the official setup-msys2

This commit is contained in:
Yuki Okushi 2020-07-29 06:22:03 +09:00
parent 0c5f1da625
commit 463b7dd276
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1
1 changed files with 3 additions and 3 deletions

View File

@ -31,12 +31,12 @@ jobs:
override: true
- name: Install MSYS2
uses: numworks/setup-msys2@v1
uses: msys2/setup-msys2@v2
- name: Install packages
run: |
msys2do pacman -Sy --noconfirm pacman
msys2do pacman --noconfirm -S base-devel pkg-config
msys2 -c 'pacman -Sy --noconfirm pacman'
msys2 -c 'pacman --noconfirm -S base-devel pkg-config'
- name: check build
uses: actions-rs/cargo@v1