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: |