From f05885b21900e779edaed3d1cd8dd55c73d9a293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebast=C3=ADan?= <62727185+Sebastian-byte@users.noreply.github.com> Date: Sat, 8 May 2021 22:46:57 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b1758ae7..081fa58f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |