Skip to content

Commit

Permalink
btrfs: Install btrfs-progs in CI workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Fiona Klute <[email protected]>
  • Loading branch information
airtower-luna committed Sep 26, 2024
1 parent b4b597f commit 8abb870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install required packages
run: |
sudo apt-get update
sudo apt-get install dosfstools fakeroot genext2fs genisoimage libconfuse-dev mtd-utils mtools qemu-utils qemu-utils squashfs-tools ${{ matrix.pkgs }}
sudo apt-get install btrfs-progs dosfstools fakeroot genext2fs genisoimage libconfuse-dev mtd-utils mtools qemu-utils qemu-utils squashfs-tools ${{ matrix.pkgs }}
${{ matrix.fake }}
- name: Build & Test (with ${{ matrix.options }})
Expand Down

0 comments on commit 8abb870

Please sign in to comment.