Skip to content

Commit

Permalink
gh actions arial font
Browse files Browse the repository at this point in the history
  • Loading branch information
jangevaare committed Jul 2, 2024
1 parent 2db4f73 commit 0201eff
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test-R.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:

- name: Setup pandoc
uses: r-lib/actions/setup-pandoc@v2

- name: Setup TinyTex
uses: r-lib/actions/setup-tinytex@v2

- name: Install Arial font
run: |
sudo apt-get update
sudo apt-get install -y ttf-mscorefonts-installer
sudo fc-cache -fv
- name: Run test.R
run: |
Expand Down

0 comments on commit 0201eff

Please sign in to comment.