github/workflows/tests: add dependency for tests

libbtrfs-dev seems to be required, otherwise the tests fail
This commit is contained in:
Florian Schüller 2024-11-05 15:48:28 +01:00 committed by Sanne Raymaekers
parent 2f4d7d3140
commit f478f802f2

View file

@ -67,7 +67,7 @@ jobs:
run: sudo apt-get update
# gpgme-devel is needed for container upload dependencies
- name: Install test dependencies
run: sudo apt-get install -y libgpgme-dev
run: sudo apt-get install -y libgpgme-dev libbtrfs-dev
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with: