mirror of https://github.com/fafhrd91/actix-net
GHA: Switch action to the official setup-msys2
This commit is contained in:
parent
0c5f1da625
commit
463b7dd276
|
@ -31,12 +31,12 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: Install MSYS2
|
- name: Install MSYS2
|
||||||
uses: numworks/setup-msys2@v1
|
uses: msys2/setup-msys2@v2
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
msys2do pacman -Sy --noconfirm pacman
|
msys2 -c 'pacman -Sy --noconfirm pacman'
|
||||||
msys2do pacman --noconfirm -S base-devel pkg-config
|
msys2 -c 'pacman --noconfirm -S base-devel pkg-config'
|
||||||
|
|
||||||
- name: check build
|
- name: check build
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
|
Loading…
Reference in New Issue