mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-25 12:55:05 +00:00
Changed source back to my repo
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user