Skip to content

Commit

Permalink
Add missing dependency to run check-mkfs-confs.sh in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mars <paul.mars@canonical.com>
  • Loading branch information
upils committed Apr 29, 2024
1 parent 15d017e commit 79c87e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: apt-update
run: sudo apt update

- name: install-test-dependencies
run: sudo apt install -y devscripts

- name: check mkfs conf updates
id: check-mkfs
shell: bash
Expand Down

0 comments on commit 79c87e7

Please sign in to comment.