fix: add msys2 env
This commit is contained in:
parent
f2cbb76ac0
commit
e99f111472
|
@ -10,13 +10,14 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
uses: msys2/setup-msys2@v2
|
||||||
pacman -Syu --noconfirm
|
with:
|
||||||
pacman -S --noconfirm mingw-w64-ucrt-x86_64-toolchain
|
msystem: UCRT64
|
||||||
echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH
|
update: true
|
||||||
|
install: git mingw-w64-ucrt-x86_64-toolchain
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: mingw32-make win32
|
run: mingw32-make win32
|
||||||
|
|
Loading…
Reference in New Issue