diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index 948fc506..f4807d13 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -131,7 +131,10 @@ jobs: set PATH=C:\hostedtoolcache\windows\Java_Zulu_jdk\8.0.292-10\x86\bin;%PATH% set CC=D:/Qt/Tools/mingw492_32\bin\gcc.exe set CXX=D:/Qt/Tools/mingw492_32\bin\g++.exe - cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=D:/MultiMC-Cracked + mkdir build + cd build + cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=D:/MultiMC-Cracked ..\ + ls - name: cat CMake Output if: ${{ failure() }} @@ -141,6 +144,7 @@ jobs: - name: make shell: cmd run: | + dir mingw32-make -j8 - name: install