From 2caab45741f99dba4827ce2329085fcf1a4eb10e Mon Sep 17 00:00:00 2001 From: Marvin Jones Date: Mon, 6 Jul 2026 17:51:23 -0400 Subject: [PATCH] ci: install libpcsclite-dev for pcsc crate builds --- .github/docker/ci.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/docker/ci.Dockerfile b/.github/docker/ci.Dockerfile index a79be15f..7d5dd538 100644 --- a/.github/docker/ci.Dockerfile +++ b/.github/docker/ci.Dockerfile @@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libclang-dev \ libssl-dev \ pkg-config \ + libpcsclite-dev \ curl \ git \ jq \