Skip to content

Commit

Permalink
Sun Jul 21 22:46:05 UTC 2024: create/update new build workflow(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
teacon-bot[bot] committed Jul 21, 2024
1 parent b02607a commit 23f2966
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/mod-team-farm-away.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout Build Environment
uses: actions/checkout@v3
- name: Setup JDK 17
uses: actions/checkout@v4
# Setup Microsoft JDK build. This should be the one used by official Minecraft Launcher.
- name: Setup JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
distribution: 'microsoft'
java-version: '21'
- name: Apply Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand All @@ -45,7 +46,7 @@ jobs:
- name: Validate Gradle Wrapper
id: gradle_wrapper_check
continue-on-error: true
uses: gradle/wrapper-validation-action@v1
uses: gradle/actions/wrapper-validation@v3
with:
min-wrapper-count: 1
- name: Artifact Building
Expand All @@ -59,7 +60,7 @@ jobs:
run: cd build && ./build.sh
# We need at least Python 3.11 to ensure existence of tomllib (see PEP 680)
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Mod Description File Validation
Expand Down

0 comments on commit 23f2966

Please sign in to comment.