From f8903d841cde30bf51b7378b0cf227f369026078 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Fri, 13 Dec 2024 20:06:31 +0100 Subject: [PATCH] Fix workflow There it goes --- .forgejo/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 17793d8..12af0f1 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -8,7 +8,7 @@ jobs: run: apt update - name: Install JDK and other deps - run: apt install --no-install-recommends -y openjdk-21-jdk-headless git nodejs + run: apt install --no-install-recommends -y openjdk-21-jdk-headless git maven nodejs - name: Clone repository run: git clone https://git.m724.eu/Minecon724/projetc3.git .