From 09b855a3a9de1878ef54e3dbcb6b959a6bac200e Mon Sep 17 00:00:00 2001 From: Nugine Date: Sun, 2 Mar 2025 04:08:40 +0800 Subject: [PATCH] ci: fix setup --- .github/actions/setup/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index ae177cb9..4c7afb30 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -21,6 +21,7 @@ runs: run: | sudo apt update sudo apt install -y \ + lld \ libdbus-1-dev \ libwayland-dev \ libwebkit2gtk-4.1-dev \