mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
Update push.yml
This commit is contained in:
parent
435728730a
commit
1575190e74
1 changed files with 3 additions and 2 deletions
5
.github/workflows/push.yml
vendored
5
.github/workflows/push.yml
vendored
|
@ -20,10 +20,11 @@ jobs:
|
|||
path: ~/.gradle/caches
|
||||
key: gravit-${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}-launcher
|
||||
|
||||
- name: Set up JDK 11
|
||||
- name: Set up JDK 8 + JFX
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
java-version: '1.8'
|
||||
java-package: jdk+fx
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
|
Loading…
Reference in a new issue