Fix workflow
All checks were successful
/ deploy (push) Successful in 1m16s

There it goes
This commit is contained in:
Minecon724 2024-12-13 20:06:31 +01:00
parent 9c88395e7d
commit f8903d841c
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -8,7 +8,7 @@ jobs:
run: apt update run: apt update
- name: Install JDK and other deps - 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 - name: Clone repository
run: git clone https://git.m724.eu/Minecon724/projetc3.git . run: git clone https://git.m724.eu/Minecon724/projetc3.git .