added make and install

This commit is contained in:
Mateo Pidal
2021-05-05 23:50:03 -03:00
committed by GitHub
parent 17a0416a49
commit 0ec7121de3

View File

@@ -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