Skip to content

Commit

Permalink
Added the base mod retrieval that this thing needs...
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDoctor1138 committed Aug 15, 2024
1 parent 8f51de4 commit 1f44362
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Retrieve base mod
run: ./gradlew getTrainAPI

- name: setup with Gradle
run: ./gradlew setupDecompWorkspace --refresh-dependencies idea

Expand Down

0 comments on commit 1f44362

Please sign in to comment.