Skip to content

Commit

Permalink
Install libmagic-dev for coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ferki committed Jan 5, 2025
1 parent 1acc282 commit 16146c1
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 @@ -80,7 +80,7 @@ jobs:
- name: Extract build tarball
run: tar xvf build.tar
- name: Install packages
run: sudo apt-get install -y augeas-tools libaugeas-dev
run: sudo apt-get install -y augeas-tools libaugeas-dev libmagic-dev
- name: Setup Perl
id: perl
uses: shogo82148/actions-setup-perl@v1
Expand Down

0 comments on commit 16146c1

Please sign in to comment.