Tell me why does it fail

This commit is contained in:
Mateo Pidal
2021-05-06 00:22:31 -03:00
committed by GitHub
parent 2ac1a89ed4
commit c7fdd7996e

View File

@@ -133,7 +133,7 @@ jobs:
set CXX=D:\Qt\Tools\mingw492_32\bin\g++.exe
mkdir build
cd build
cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=D:/MultiMC-Cracked ..\ && echo . && mingw32-make -j8 && echo . && mingw32-make install
cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=D:/MultiMC-Cracked ..\
ls
- name: cat CMake Output