Update main.yml

This commit is contained in:
Sebastían
2021-05-08 22:46:57 -05:00
committed by Mateo Pidal
parent 5d2f26863e
commit f05885b219

View File

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