Skip to content

Commit

Permalink
[WIP] ci: diffoscope requires libmagic
Browse files Browse the repository at this point in the history
  • Loading branch information
cfm committed Sep 25, 2023
1 parent f9f8cc5 commit 0066759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ common-steps:
name: Install testing dependencies
command: |
set -e
apt update && apt install -y git gnupg libqt5x11extras5 make python3-tk python3-dev gnupg python3-venv sqlite3 xvfb
apt update && apt install -y git gnupg libmagic1 libqt5x11extras5 make python3-tk python3-dev gnupg python3-venv sqlite3 xvfb
- &configure_locales
run:
Expand Down

0 comments on commit 0066759

Please sign in to comment.