feature/setup-workflow-pipeline: add lombok, add gitea workflow #2
@ -109,6 +109,11 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
- name: Install Java (for act)
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y openjdk-21-jdk
|
||||||
|
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- name: Set up JDK 21 for x64
|
- name: Set up JDK 21 for x64
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user