mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-22 18:46:53 -04:00
use correct JDK
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -217,6 +217,9 @@ jobs:
|
||||
needs: [buildkit, jlink]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
- name: Set version
|
||||
id: setversion
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user