Skip to content

Commit

Permalink
Update the CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfrei committed Oct 16, 2023
1 parent 34dce6f commit 101d94c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gradle-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Assemble Enabled Robots with Gradle
Expand Down

0 comments on commit 101d94c

Please sign in to comment.