Workflows: try setup-gradle
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -20,9 +20,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ./orx
|
path: ./orx
|
||||||
|
|
||||||
- name: Validate Gradle wrapper
|
|
||||||
uses: gradle/actions/wrapper-validation@v4
|
|
||||||
|
|
||||||
- name: Checkout OPENRNDR repository
|
- name: Checkout OPENRNDR repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -41,7 +38,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: 17
|
java-version: 17
|
||||||
cache: gradle
|
|
||||||
|
- name: Setup Gradle
|
||||||
|
uses: gradle/actions/setup-gradle@v4
|
||||||
|
|
||||||
- name: Build OPENRNDR
|
- name: Build OPENRNDR
|
||||||
working-directory: ./openrndr
|
working-directory: ./openrndr
|
||||||
|
|||||||
Reference in New Issue
Block a user