diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fb39d0..3c6ed9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: with: toolchain: stable - name: Install alsa and udev - run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev + run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libgtk-3-dev - name: Run doc tests with all features (this also compiles README examples) run: cargo test --doc --all-features lint: @@ -67,7 +67,7 @@ jobs: toolchain: stable components: rustfmt, clippy - name: Install alsa and udev - run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev + run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libgtk-3-dev - name: Run clippy run: cargo clippy --workspace --all-targets --all-features -- -Dwarnings - name: Check format