mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 18:29:47 +02:00
ci: attempt to use Java 8 LTS from temurin
This commit is contained in:
parent
8c8fac9eaf
commit
05d210ae76
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-android-project.yml
vendored
3
.github/workflows/build-android-project.yml
vendored
|
@ -31,7 +31,8 @@ jobs:
|
|||
- name: "Setup: Java"
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 1.8
|
||||
java-version: 8
|
||||
distribution: temurin
|
||||
|
||||
- name: "Setup: Install additional dependencies"
|
||||
run: sudo apt-get install -y ispell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue