Skip to content

Commit 9b594e3

Browse files
committed
fix: tar -xv --lzip -f
1 parent 846e035 commit 9b594e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# https://mupdf.readthedocs.io/en/latest/quick-start-guide.html
2626
run: |
2727
wget https://mupdf.com/downloads/archive/mupdf-1.24.10-source.tar.lz
28-
tar -xf mupdf-1.24.10-source.tar.lz
28+
tar -xv --lzip -f mupdf-1.24.10-source.tar.lz
2929
cd mupdf-1.24.10-source
3030
make HAVE_X11=no HAVE_GLUT=no prefix=/usr/local install
3131

0 commit comments

Comments
 (0)