diff --git a/.github/workflows/rustci.yml b/.github/workflows/rustci.yml index 8ecde2f..bad8fbe 100644 --- a/.github/workflows/rustci.yml +++ b/.github/workflows/rustci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - name: Install Deps - run: sudo apt install -y libxkbcommon-dev libalsaplayer-dev libasound2-dev + run: sudo apt install -y libxkbcommon-dev libalsaplayer-dev libasound2-dev libglib2.0-dev - name: Run fmt check run: cargo fmt --all -- --check - name: Run clippy check