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