Skip to content

Commit

Permalink
fixed workflow for ci process
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter committed Aug 31, 2023
1 parent 6bd5f49 commit a3ca4ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ant-build-selfhosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 linux release
run: ant clean all dist
Expand Down

0 comments on commit a3ca4ea

Please sign in to comment.