feature/setup-workflow-pipeline: add lombok, add gitea workflow #2
@ -98,6 +98,11 @@ jobs:
|
|||||||
git clone --quiet "$CLONE_URL_WITH_AUTH" .
|
git clone --quiet "$CLONE_URL_WITH_AUTH" .
|
||||||
echo "${{ gitea.repository }} cloned successfully."
|
echo "${{ gitea.repository }} cloned successfully."
|
||||||
|
|
||||||
|
- name: Install OS dependencies
|
||||||
|
run: |
|
||||||
|
apt-get update -qq
|
||||||
|
apt-get install -y git curl unzip tar bash ca-certificates wget build-essential libssl-dev
|
||||||
|
|
||||||
- name: Install Java 21 manually
|
- name: Install Java 21 manually
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y openjdk-21-jdk
|
apt-get update && apt-get install -y openjdk-21-jdk
|
||||||
|
|||||||
Reference in New Issue
Block a user