Update .forgejo/workflows/ci.yml
Some checks failed
Build Resilient App / build (push) Failing after 3s

This commit is contained in:
root 2025-06-10 23:51:23 +01:00
parent 661e06cbd4
commit 3d8d767e02

View file

@ -16,7 +16,8 @@ jobs:
- name: Install system dependencies - name: Install system dependencies
run: | run: |
apk add --no-cache nodejs npm openjdk17 maven git bash sudo apt-get update
sudo apt-get install -y nodejs npm openjdk-17-jdk maven git
- name: Set up Java and Node - name: Set up Java and Node
run: | run: |