From 572299cb21e9fbb121c763b5f64786f471f0b664 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 3 Nov 2025 21:02:36 +0100 Subject: [PATCH] install mvn --- .gitea/workflows/full-latest.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/full-latest.yaml b/.gitea/workflows/full-latest.yaml index 4c414c0..46a6244 100644 --- a/.gitea/workflows/full-latest.yaml +++ b/.gitea/workflows/full-latest.yaml @@ -19,9 +19,10 @@ jobs: echo "Branch: ${{ gitea.ref }}" echo "Repository: ${{ gitea.repository }}" - - name: Update apt-get + - name: Update apt-get and install Maven run: | apt-get update -y + apt-get install -y maven - name: Clone the repository uses: actions/checkout@v4