Skip to content

Commit

Permalink
ci(release): Install Japanese fonts before running release script (#955)
Browse files Browse the repository at this point in the history
Some presubmit tests fail in the absence of Japanese fonts and I'd prefer the tests still run since the release script pushes directly to the repo.
  • Loading branch information
melink14 authored Apr 4, 2022
1 parent deae6f5 commit d8679fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
uses: actions/[email protected]
with:
node-version: 16
- name: Install Japanese Fonts
run: |
sudo apt-get update
sudo apt-get install fonts-noto-cjk
- name: Install dependencies and build
run: npm ci
- name: Release
Expand Down

0 comments on commit d8679fd

Please sign in to comment.