Skip to content

Commit 144132d

Browse files
committed
Revert "Use hls mp4 (recent libmagic only) for testing"
This reverts commit dc075e9. manylinux_2_28 is not available for i686
1 parent dc075e9 commit 144132d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
CIBW_MUSLLINUX_PPC64LE_IMAGE: musllinux_1_2
103103
CIBW_MUSLLINUX_S390X_IMAGE: musllinux_1_2
104104
CIBW_BEFORE_BUILD: bash -c "make install_libmagic"
105-
CIBW_TEST_COMMAND: python -c "import magic; assert magic.Magic(mime=True).from_buffer(b'\x00\x00\x00\x1cftypiso5\x00\x00\x00\x01isomiso5hlsf\x00\x00') == 'video/mp4'"
105+
CIBW_TEST_COMMAND: python -c "import magic; assert magic.Magic(mime=True).from_buffer(b'\x00\x00\x00\x1cftypisom\x00\x00\x02\x00isomiso2mp41\x00') == 'video/mp4'"
106106

107107
- uses: actions/upload-artifact@v4
108108
with:

0 commit comments

Comments
 (0)