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