Skip to content

Commit 6fd885a

Browse files
committed
Use gradle setup action from main branch.
1 parent 7602187 commit 6fd885a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/export_guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Software OpenGL Rendering
1919
run: sudo apt-get install xvfb libgl1-mesa-dri zopfli
2020
- uses: actions/checkout@v4
21-
- uses: ./.github/actions/gradle-setup
21+
- uses: AppliedEnergistics/Applied-Energistics-2/.github/actions/gradle-setup@main
2222
- name: Export Guide
2323
run: DRI_PRIME=0 xvfb-run ./gradlew runGuideexport
2424
- name: Optimize PNG compression

.github/workflows/release.yml

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

2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: ./.github/actions/gradle-setup
22+
- uses: AppliedEnergistics/Applied-Energistics-2/.github/actions/gradle-setup@main
2323
- name: Build with Gradle
2424
run: ./gradlew build publish -x check --max-workers 1
2525
- name: Prepare artifact metadata. Note that VERSION is set by the gradle script.

0 commit comments

Comments
 (0)