Skip to content

Commit 0176f0b

Browse files
committed
fix: remove lzip yum install
1 parent cf8389f commit 0176f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
yum update -y
2121
yum groupinstall "Development Tools" -y
22-
yum install -y tar wget lzip dnf
22+
yum install -y tar wget dnf
2323
2424
- name: Build MuPDF
2525
# https://mupdf.readthedocs.io/en/latest/quick-start-guide.html

0 commit comments

Comments
 (0)