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