Skip to content

Commit

Permalink
Install libaugeas-dev for extra and coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ferki committed Oct 17, 2024
1 parent a50bb48 commit 32ed599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 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
run: sudo apt-get install -y aspell libaugeas-dev
- name: Setup Perl
id: perl
uses: shogo82148/actions-setup-perl@v1
Expand Down

0 comments on commit 32ed599

Please sign in to comment.