mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-24 12:32:42 +00:00
Update main.yml
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -14,8 +14,6 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
@@ -28,7 +26,7 @@ jobs:
|
||||
cd ~/MultiMC
|
||||
mkdir build
|
||||
mkdir MultiMC
|
||||
git clone --recursive https://github.com/Sebastian-byte/MultiMC5-Cracked.git src
|
||||
git clone --recursive --depth 1 https://github.com/Sebastian-byte/MultiMC5-Cracked.git src
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
@@ -66,9 +64,7 @@ jobs:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Checkout Submodules
|
||||
run: git submodule update --init
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Create QtAccount File
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user