Fix wrong pacman.conf location
Some checks failed
build-and-test / build (push) Has been cancelled

This commit is contained in:
JeremyStar™ 2024-08-18 14:11:01 +02:00
parent 2d9dccedca
commit bc461b25e3
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -14,7 +14,7 @@ jobs:
run: |
pacman-key --init
pacman-key --populate
sed 's/\#ParallelDownloads = 5/ParallelDownloads = 15/g' -i /etc/pacman/pacman.conf
sed 's/\#ParallelDownloads = 5/ParallelDownloads = 15/g' -i /etc/pacman.conf
pacman -Syu --noconfirm
- name: Install latest OpenJDK release
run: pacman -S --noconfirm jdk-openjdk