We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b69e4 commit 28f9fcbCopy full SHA for 28f9fcb
.github/workflows/generate-docs.yml
@@ -37,7 +37,11 @@ jobs:
37
38
if [ "$RUNNER_OS" == "macOS" ]; then
39
/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)"
43
brew install freetype
44
+ brew reinstall freetype
45
fi
46
47
- name: Generate docs.
0 commit comments