Skip to content

Commit 3b099f3

Browse files
committed
fix: fix build mupdf
1 parent 927471a commit 3b099f3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,11 @@ jobs:
2121
yum groupinstall "Development Tools" -y
2222
yum install -y tar wget
2323
24-
- name: Download MuPDF
24+
- name: Build MuPDF
2525
run: |
2626
wget https://mupdf.com/downloads/archive/mupdf-1.19.0-source.tar.xz
2727
tar -xf mupdf-1.19.0-source.tar.xz
2828
cd mupdf-1.19.0-source
29-
30-
- name: Build MuPDF
31-
run: |
3229
make build=release
3330
3431
- name: Create the layer

0 commit comments

Comments
 (0)