This commit is contained in:
extrawurst
2025-12-05 23:39:37 -03:00
committed by GitHub
parent 0649a3e5b9
commit 432f245140
5 changed files with 30 additions and 27 deletions

View File

@@ -15,11 +15,11 @@ jobs:
toolchain: stable
components: clippy, rustfmt
- name: "Install and cache dependencies (Linux)"
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
version: 1.0
- name: install linux dependencies
if: runner.os == 'linux'
run: |
sudo apt-get update
sudo apt-get install -y libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
- name: Build
run: |