From 96bf92c7365e544328c7cb39adf89d801f018e6d Mon Sep 17 00:00:00 2001 From: Mateo Pidal Date: Wed, 5 May 2021 23:59:46 -0300 Subject: [PATCH] test 2 --- .github/workflows/qt.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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