CI: Fix MinGW

This commit is contained in:
Lynix 2022-04-09 21:22:01 +02:00 committed by SirLynix
parent 0c70d77c82
commit 5947184901
1 changed files with 2 additions and 0 deletions

View File

@ -74,10 +74,12 @@ jobs:
# Setup compilation mode and install project dependencies
- name: Configure xmake and install dependencies
shell: msys2 {0}
run: xmake config --shadernodes=y --tests=y --unitybuild=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --yes
# Build the engine
- name: Build Nazara
shell: msys2 {0}
run: xmake -v
# Run unit tests