Skip to content

Commit 4a13a64

Browse files
committed
fix: install mesa-libGL-devel
1 parent 3b099f3 commit 4a13a64

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
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
yum update -y
2121
yum groupinstall "Development Tools" -y
22-
yum install -y tar wget
22+
yum install -y tar wget mesa-libGL-devel
2323
2424
- name: Build MuPDF
2525
run: |

0 commit comments

Comments
 (0)