cleanup ci script

This commit is contained in:
2025-12-06 10:31:41 -03:00
parent 432f245140
commit 7a5d2e6914

View File

@@ -22,13 +22,6 @@ jobs:
toolchain: stable toolchain: stable
components: clippy, rustfmt 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 - name: install linux dependencies
if: runner.os == 'linux' if: runner.os == 'linux'
run: | run: |