Skip to content

Commit

Permalink
Update Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Nov 8, 2020
1 parent 53c17a7 commit 1b1dd8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
env:
CI: true
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-package: jdk+fx
java-version: 11
java-package: jdk
- uses: actions/cache@v1
with:
path: ~/.gradle/caches
Expand Down

0 comments on commit 1b1dd8f

Please sign in to comment.