Skip to content

Commit 062b8d6

Browse files
CopilotHackingGate
andauthored
Replace deprecated font-noto-sans-cjk on macOS and add manual workflow trigger (#948)
* Initial plan * Replace deprecated font-noto-sans-cjk with individual language-specific fonts Co-authored-by: HackingGate <8541644+HackingGate@users.noreply.github.com> * Add manual workflow trigger with OS selection support Co-authored-by: HackingGate <8541644+HackingGate@users.noreply.github.com> * Remove redundant empty check for OS input Co-authored-by: HackingGate <8541644+HackingGate@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: HackingGate <8541644+HackingGate@users.noreply.github.com>
1 parent 7dace1a commit 062b8d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_typst_out_action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ jobs:
180180
fonts-texgyre \
181181
fonts-cascadia-code
182182
elif [[ "${{ matrix.os }}" == "macos-latest" ]]; then
183-
# Install Not Sans CJK fonts
184-
brew install --cask font-noto-sans-cjk
183+
# Install Noto Sans CJK fonts (individual language-specific packages)
184+
brew install --cask font-noto-sans-cjk-tc font-noto-sans-cjk-jp font-noto-sans-cjk-kr
185185
# Install other fonts may be used in the template
186186
echo "Installing TeX Gyre fonts..."
187187
brew search font-tex-gyre | grep '^font-tex-gyre' | xargs -I{} brew install --cask {}

0 commit comments

Comments
 (0)