diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index 41799593..d79c3ffb 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -139,4 +139,13 @@ jobs: if: ${{ failure() }} run: | cat D:/a/MultiMC5-Cracked/MultiMC5-Cracked/build/CMakeFiles/CMakeOutput.log - + + - name: make + shell: cmd + run: | + mingw32-make -j8 + + - name: install + shell: cmd + run: | + mingw32-make install