add msystem

This commit is contained in:
Zvonimir Rudinski
2024-08-15 02:39:37 +02:00
parent 1e1d6b9115
commit 5d32c49557

View File

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