From 0649a3e5b9c088bdfe42283f5a3516ae6df92c4a Mon Sep 17 00:00:00 2001 From: extrawurst <776816+extrawurst@users.noreply.github.com> Date: Fri, 5 Dec 2025 22:35:28 -0300 Subject: [PATCH] try fixing ci (#78) --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 806cdc0..cb9eb70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,9 @@ jobs: if: runner.os == 'linux' uses: awalsh128/cache-apt-pkgs-action@latest with: - packages: libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev - version: 1.0 + packages: libasound2-dev libwayland-dev + version: 1 + debug: true - name: Formatting run: |