mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
ci: Remove dynamic java version
This commit is contained in:
parent
3a687eea22
commit
eb228ed510
1 changed files with 3 additions and 3 deletions
|
@ -44,9 +44,9 @@ jobs:
|
|||
docker-images: true
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: "11.x"
|
||||
# - uses: actions/setup-java@v1
|
||||
# with:
|
||||
# java-version: "11.x"
|
||||
|
||||
- name: Setup JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
|
|
Loading…
Reference in a new issue