Skip to content

Commit 3ef5945

Browse files
committed
Install fontconfig headers for Linux skia build
1 parent 40097cd commit 3ef5945

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,11 @@ jobs:
328328
fetch-depth: 1
329329
submodules: false
330330

331+
- name: Install libfontconfig1-dev
332+
run: |
333+
sudo apt-get update
334+
sudo apt-get install -y libfontconfig1-dev
335+
331336
- name: Compute skia cache key
332337
id: skia_key
333338
run: |

0 commit comments

Comments
 (0)