From 7a5d2e69142b3f53cefff7bdd19e994ac2db4886 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sat, 6 Dec 2025 10:31:41 -0300 Subject: [PATCH] cleanup ci script --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eee65b5..73bd977 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,13 +22,6 @@ jobs: toolchain: stable components: clippy, rustfmt - # - name: "Install and cache dependencies (Linux)" - # if: runner.os == 'linux' - # uses: awalsh128/cache-apt-pkgs-action@latest - # with: - # packages: libasound2-dev libwayland-dev - # version: 2 - # - name: install linux dependencies if: runner.os == 'linux' run: |