From 5b6c1b1a077feabe30831a0b1e3fc40bf36c1421 Mon Sep 17 00:00:00 2001 From: phiresky Date: Thu, 25 May 2023 16:38:38 +0200 Subject: [PATCH] install poppler utils in ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76c3208..78829a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,8 @@ jobs: profile: minimal toolchain: stable override: true + - name: Install xmllint + run: sudo apt-get install -y poppler-utils - name: Run cargo test uses: actions-rs/cargo@v1