install poppler utils in ci

This commit is contained in:
phiresky 2023-05-25 16:38:38 +02:00
parent 21395734af
commit 5b6c1b1a07

View File

@ -41,6 +41,8 @@ jobs:
profile: minimal profile: minimal
toolchain: stable toolchain: stable
override: true override: true
- name: Install xmllint
run: sudo apt-get install -y poppler-utils
- name: Run cargo test - name: Run cargo test
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1