Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/testing' into feat/testing
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Oct 23, 2024
2 parents c2120d8 + fd31f42 commit b64cfa0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ on: [ workflow_dispatch, pull_request, push ]
jobs:
build:
runs-on: ubuntu-latest
env:
JAVA_VERSION: 17
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Java
run: echo "JAVA_HOME=$JAVA_HOME_${{ env.JAVA_VERSION }}_X64" >> "$GITHUB_ENV"
run: echo "JAVA_HOME=$JAVA_HOME_17_X64" >> "$GITHUB_ENV"

- name: Loom Cache
uses: actions/cache@v4
Expand Down Expand Up @@ -82,5 +80,5 @@ jobs:
modloader: ${{ matrix.loader }}
regex: .*${{ matrix.loader }}.*
mc-runtime-test: none
java: ${{ env.JAVA_VERSION }}
java: 17
fabric-api: ${{ matrix.loader == 'fabric' && env.FABRIC_API_VERSION || 'none' }}

0 comments on commit b64cfa0

Please sign in to comment.