Skip to content

Commit

Permalink
Maybe the submodule should be cloned first
Browse files Browse the repository at this point in the history
  • Loading branch information
Abelkrijgtalles committed Dec 17, 2024
1 parent f314cc1 commit 087767a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Setup Git
run: sudo apt install git
- name: Apply patches
run: ./gradlew applyPatches
run: ./gradlew updateSubmodules && ./gradlew applyPatches
- name: Build Mojang Maps for all versions
run: ./buildAll

0 comments on commit 087767a

Please sign in to comment.