mirror of https://github.com/fafhrd91/actix-net
readd mingw install script
This commit is contained in:
parent
3eb4a061ac
commit
c9cb795a68
|
@ -35,6 +35,15 @@ jobs:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
|
- name: Install MSYS2
|
||||||
|
if: matrix.target.triple == 'x86_64-pc-windows-gnu'
|
||||||
|
uses: msys2/setup-msys2@v2
|
||||||
|
- name: Install MinGW Packages
|
||||||
|
if: matrix.target.triple == 'x86_64-pc-windows-gnu'
|
||||||
|
run: |
|
||||||
|
msys2 -c 'pacman -Sy --noconfirm pacman'
|
||||||
|
msys2 -c 'pacman --noconfirm -S base-devel pkg-config'
|
||||||
|
|
||||||
- name: Generate Cargo.lock
|
- name: Generate Cargo.lock
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue