diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b906297d7..02ad42ba5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -91,9 +91,11 @@ jobs: - os: ubuntu-latest-16-cores target: x86_64-unknown-linux-gnu cargo-hack-feature-options: --feature-powerset + additional_deb_packages: libudev-dev - os: ubuntu-latest-16-cores target: aarch64-unknown-linux-gnu cargo-hack-feature-options: --feature-powerset + additional_deb_packages: libudev-dev - os: macos-latest target: x86_64-apple-darwin cargo-hack-feature-options: --feature-powerset