1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-10 02:39:43 +02:00

ci: attempt to use Java 8 LTS from temurin

This commit is contained in:
James Addison 2025-05-20 12:50:03 +01:00
parent 8c8fac9eaf
commit 05d210ae76

View file

@ -31,7 +31,8 @@ jobs:
- name: "Setup: Java" - name: "Setup: Java"
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: 1.8 java-version: 8
distribution: temurin
- name: "Setup: Install additional dependencies" - name: "Setup: Install additional dependencies"
run: sudo apt-get install -y ispell run: sudo apt-get install -y ispell