fixed workflow for ci process/2

This commit is contained in:
Michael Peter Christen 2023-08-31 18:05:58 +02:00
parent a3ca4eac08
commit ce4a2450da

View File

@ -8,10 +8,10 @@ jobs:
if: github.repository == 'yacy/yacy_search_server'
steps:
- uses: actions/checkout@master
- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '8'
java-version: '11'
distribution: 'temurin'
- name: Build with ant
run: ant clean all dist