test/hfs: fix

This commit is contained in:
Peter Bieringer
2026-04-19 09:08:27 +02:00
parent e457bc938b
commit 9fe8e3db57

View File

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