From 720f3e7136552f376221e2371d5c42284f4e9f55 Mon Sep 17 00:00:00 2001 From: HuntedByTheIRS Date: Sun, 5 Jul 2026 20:42:16 -0400 Subject: [PATCH] ci(makefile.yml): update workflow to remove tcc and include lld --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index bc56a3d..2422553 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -21,8 +21,8 @@ jobs: pacman -S --noconfirm --needed \ base-devel \ git \ - tcc \ clang \ + lld \ pkg-config \ wayland \ wayland-protocols \