Skip to content

Commit

Permalink
fix: remove lzip yum install
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv committed Oct 25, 2024
1 parent cf8389f commit 0176f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
yum update -y
yum groupinstall "Development Tools" -y
yum install -y tar wget lzip dnf
yum install -y tar wget dnf
- name: Build MuPDF
# https://mupdf.readthedocs.io/en/latest/quick-start-guide.html
Expand Down

0 comments on commit 0176f0b

Please sign in to comment.