diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f31b0aba..334fa5bc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,9 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 - with: - fetch-depth: 1 - name: Install Dependencies run: | @@ -28,7 +25,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/PibePlayer/MultiMC5-Cracked.git src - name: Build run: | @@ -84,7 +81,7 @@ jobs: with: path: "installer.exe" key: ${{ runner.os }}-qt56-installer - + - name: Create QtAccount File if: steps.qt-cached.outputs.cache-hit != 'true' run: |