test/hfs: install dependencies

This commit is contained in:
Peter Bieringer
2026-04-19 08:46:47 +02:00
parent 8dc035555d
commit 3d861a1449

View File

@@ -116,6 +116,10 @@ jobs:
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Update system
run: apt-get update
- name: Install hfsprogs
run: apt-get install -y hfsprogs
- name: Install Test dependencies
run: pip install tox
- name: Test with newest Python on latest Ubuntu using HFS+