Skip to content

Commit

Permalink
github/workflows/tests: add dependency for tests
Browse files Browse the repository at this point in the history
libbtrfs-dev seems to be required, otherwise the tests fail
  • Loading branch information
schuellerf committed Nov 5, 2024
1 parent ea6d369 commit 0a43443
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 @@ -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:
Expand Down

0 comments on commit 0a43443

Please sign in to comment.