diff --git a/.github/workflows/rustci.yml b/.github/workflows/rustci.yml index 751f376..3a06848 100644 --- a/.github/workflows/rustci.yml +++ b/.github/workflows/rustci.yml @@ -20,7 +20,7 @@ jobs: with: targets: ${{ matrix.target }} - name: Install Deps - run: sudo apt install -y libxkbcommon-dev + run: sudo apt install -y libxkbcommon-dev libpango1.0-dev - name: Run fmt check run: cargo fmt --all -- --check - name: Run clippy check