Add git package
Some checks failed
/ build (push) Failing after 1m21s

This commit is contained in:
JeremyStar™ 2024-08-18 14:39:30 +02:00
parent 50862c38d7
commit 77fd061334
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -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