From 77fd06133489626e2b6325ffc9153afbd09c94ff Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 18 Aug 2024 14:39:30 +0200 Subject: [PATCH] Add git package --- .forgejo/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build-and-test.yml b/.forgejo/workflows/build-and-test.yml index a9ee9710..b2d2b16a 100644 --- a/.forgejo/workflows/build-and-test.yml +++ b/.forgejo/workflows/build-and-test.yml @@ -1,4 +1,4 @@ -name: build-and-test +#name: build-and-test on: - pull_request @@ -16,7 +16,7 @@ jobs: pacman-key --init pacman-key --populate sed 's/\#ParallelDownloads = 5/ParallelDownloads = 15/g' -i /etc/pacman.conf - pacman -Syu --noconfirm nodejs + pacman -Syu --noconfirm nodejs git - name: Install latest OpenJDK release run: pacman -S --noconfirm jdk-openjdk - name: Checkout