add msystem

This commit is contained in:
2024-08-15 02:39:37 +02:00
parent c746cad281
commit 37cd828c21

View File

@@ -56,13 +56,14 @@ jobs:
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
msystem: mingw64
update: true
install: >-
mingw-w64-x86_64-gcc
mingw-w64-x86_64-make
mingw-w64-x86_64-ncurses
gcc
make
ncurses
- name: make
run: mingw-w64-x86_64-make
run: make
- name: copy to build folder
run: |
mkdir -p build