mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-01-17 23:55:07 +00:00
install cjk fonts
This commit is contained in:
parent
e3fab60023
commit
0135b015f0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
|
@ -11,6 +11,8 @@ jobs:
|
|||
environment: github-pages
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install CJK fonts
|
||||
run: sudo apt-get install -y fonts-noto-cjk
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue