Skip to content

Commit 7602187

Browse files
committed
Use gradle setup action from main branch.
1 parent 4a076d7 commit 7602187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v4
23-
- uses: ./.github/actions/gradle-setup
23+
- uses: AppliedEnergistics/Applied-Energistics-2/.github/actions/gradle-setup@main
2424
- name: Generate assets
2525
run: ./gradlew runData
2626
- name: Check that datagen ran

0 commit comments

Comments
 (0)