Skip to content

Commit 28f9fcb

Browse files
committed
Fix missing shared library.
1 parent f3b69e4 commit 28f9fcb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/generate-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ jobs:
3737
3838
if [ "$RUNNER_OS" == "macOS" ]; then
3939
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
40+
echo >> /Users/runner/.bash_profile
41+
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/runner/.bash_profile
42+
eval "$(/opt/homebrew/bin/brew shellenv)"
4043
brew install freetype
44+
brew reinstall freetype
4145
fi
4246
4347
- name: Generate docs.

0 commit comments

Comments
 (0)