Skip to content

Commit

Permalink
Install libaugeas-dev for coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ferki committed Oct 1, 2024
1 parent 27f1c6e commit 2b681b3
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
run: sudo apt-get install -y augeas-tools libaugeas-dev
- name: Setup Perl
id: perl
uses: shogo82148/actions-setup-perl@v1
Expand Down

0 comments on commit 2b681b3

Please sign in to comment.