From bd19fcd178e5d0aba8d4ed8ab428277d6451b8a7 Mon Sep 17 00:00:00 2001 From: Nando Vieira Date: Mon, 17 Jun 2024 18:34:29 -0700 Subject: [PATCH] Add libudev-dev as dep. (#1384) --- .github/workflows/rust.yml | 2 ++ 1 file changed, 2 insertions(+) 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