Skip to content

Commit

Permalink
update build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Jul 18, 2024
1 parent ec3407e commit 750d414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
#cache: 'gradle'
# - name: Update submodules
# run: "git submodule update --init && cd MagmaCube && git submodule update --init && cd .."
- name: "Apply patches (MagmaCube)"
run: './gradlew patchMinecraft --info --stacktrace'
- name: "Prepare Minecraft environment"
run: './gradlew prepareMinecraft --info --stacktrace'
- name: "Apply patches (Blueberry)"
run: './gradlew applyBlueberryPatches --info --stacktrace'
- name: Install MagmaCube
Expand Down

0 comments on commit 750d414

Please sign in to comment.