github/workflows/tests: add dependency for tests
libbtrfs-dev seems to be required, otherwise the tests fail
This commit is contained in:
parent
2f4d7d3140
commit
f478f802f2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue