Skip to content

Commit

Permalink
update ci workflow to install mount/libmount
Browse files Browse the repository at this point in the history
  • Loading branch information
bcumming committed Aug 26, 2024
1 parent 55ab5f3 commit f6e442e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- uses: actions/checkout@v4
- name: Update apt repositories for ccache
run: sudo apt update
- name: Install dependencies
run: sudo apt install util-linux
- name: Set up ccache
uses: hendrikmuhs/[email protected]
with:
Expand Down

0 comments on commit f6e442e

Please sign in to comment.