From a89e487dc58c503ec74cb36361e4d31bf8c41240 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 9 Jun 2023 19:47:31 +0200 Subject: [PATCH] [ci] Update archrepo URL Signed-off-by: Knut Ahlers --- .github/workflows/test-and-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index ca22b59..8a8a753 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Enable custom AUR package repo - run: echo -e "[luzifer]\nSigLevel = Never\nServer = https://s3-eu-west-1.amazonaws.com/arch-luzifer-io/repo/\$arch" >>/etc/pacman.conf + run: echo -e "[luzifer]\nSigLevel = Never\nServer = https://archrepo.hub.luzifer.io/\$arch" >>/etc/pacman.conf - name: Install required packages run: |