Skip to content

Commit 0854d1b

Browse files
committed
CI: install fontconfig on browser publish task
Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent c589363 commit 0854d1b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish-browser.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,12 @@ jobs:
153153
APPLE_API_KEY: ${{ vars.APPLE_API_KEY_ID }}
154154
APPLE_API_KEY_PATH: ${{ vars.APPLE_API_KEY_PATH }}
155155

156+
- uses: awalsh128/cache-apt-pkgs-action@latest
157+
if: ${{ startsWith(matrix.platform.os, 'ubuntu') }}
158+
with:
159+
packages: libfontconfig1-dev
160+
version: 1.0
161+
156162
- name: Post process
157163
if: ${{ matrix.platform.job_name == 'Android (aarch64)' }}
158164
run: |

0 commit comments

Comments
 (0)