CI: Fix MinGW build

This commit is contained in:
SirLynix 2022-04-28 18:12:41 +02:00
parent 97ab25f9ae
commit af69c2bed8
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ jobs:
# Install xmake
- name: Install xmake
run: |
cd xmake_git
make install PREFIX=/${{ matrix.msystem }}
xmake --version