Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 38e5980

Browse files
author
Raphael Sonabend
authored
Update pkgdown.yml
1 parent d9092f7 commit 38e5980

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pkgdown.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
3131
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-
3232

33+
- name: Install system dependencies
34+
run: brew install harfbuzz fribidi
35+
3336
- name: Install dependencies
3437
run: |
3538
remotes::install_deps(dependencies = TRUE)

0 commit comments

Comments
 (0)