diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90aaad7..fe24bd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,9 @@ jobs: - name: Setup | Checkout uses: actions/checkout@v4 + - name: Setup | Ubuntu dependencies + run: sudo apt install libasound2-dev libudev-dev pkg-config + - name: Setup | Toolchain uses: dtolnay/rust-toolchain@stable with: