Skip to content

Commit

Permalink
Install libmagic-dev for extra tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ferki committed Jan 19, 2025
1 parent 16146c1 commit 9e86eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Extract build tarball
run: tar xvf build.tar
- name: Install packages
run: sudo apt-get install -y aspell libaugeas-dev
run: sudo apt-get install -y aspell libaugeas-dev libmagic-dev
- name: Setup Perl
id: perl
uses: shogo82148/actions-setup-perl@v1
Expand Down

0 comments on commit 9e86eab

Please sign in to comment.