mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-24 20:34:59 +00:00
added make and install
This commit is contained in:
11
.github/workflows/qt.yml
vendored
11
.github/workflows/qt.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user