Change to arch

This commit is contained in:
2026-06-28 19:19:59 -04:00
parent ef934ee44e
commit df5ebf8553
+12 -10
View File
@@ -9,6 +9,7 @@ on:
jobs: jobs:
build-test: build-test:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
container: archlinux:latest
steps: steps:
- name: Checkout Code - name: Checkout Code
@@ -16,20 +17,21 @@ jobs:
- name: Install System Dependencies - name: Install System Dependencies
run: | run: |
sudo apt-get update pacman -Syu --noconfirm
sudo apt-get install -y \ pacman -S --noconfirm --needed \
build-essential \ base-devel \
git \
tcc \ tcc \
clang \ clang \
pkg-config \ pkg-config \
wayland \
wayland-protocols \ wayland-protocols \
libwayland-dev \ wlroots \
libwlroots-dev \ libxkbcommon \
libxkbcommon-dev \ libinput \
libinput-dev \ lua \
liblua5.4-dev \ libxcb \
libxcb1-dev \ xcb-util-wm
libxcb-icccm4-dev
- name: Test 'make debug' (Clang + Sanitizers) - name: Test 'make debug' (Clang + Sanitizers)
run: | run: |