Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
froobynooby committed Jul 21, 2024
1 parent addf46f commit da96481
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ jobs:
with:
repository: froobynooby/nab-configuration

- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: 21
distribution: 'temurin'

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1

- name: Install NabConfiguration
run: ./gradlew install

- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: 21
distribution: 'temurin'

- name: Check out ViewDistanceTweaks
uses: actions/checkout@v2

Expand Down

0 comments on commit da96481

Please sign in to comment.