This repository provides automated CI builds for gaming-related Arch Linux packages (Git versions).
The packages are built automatically via GitHub Actions and hosted on GitHub Pages.
To add this repository to your system, follow these steps:
curl -sS https://raw.githubusercontent.com/archlinux-gaming-ci/.github/refs/heads/main/repo-public.key | sudo pacman-key --add -
sudo pacman-key --lsign-key DBF8337047E5683FEdit your /etc/pacman.conf file:
sudo nano /etc/pacman.confAdd the following lines to the end of the file:
[archlinux-gaming-ci]
SigLevel = Required
Server = https://archlinux-gaming-ci.github.io/x86_64
Sync your pacman database to pick up the new repository:
sudo pacman -Sy