Skip to content

Commit

Permalink
install libreoffice
Browse files Browse the repository at this point in the history
  • Loading branch information
elong0527 committed Dec 2, 2023
1 parent 147b895 commit bb2b051
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ jobs:
permissions:
contents: write
steps:
# add software dependencies here
- name: Install ttf-mscorefonts-installer
run: |
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
sudo apt-get update && sudo apt-get install ttf-mscorefonts-installer
- name: Install LibreOffice
run: sudo apt-get update && sudo apt-get install libreoffice --no-install-recommends

- uses: actions/checkout@v3

- uses: r-lib/actions/setup-pandoc@v2
Expand Down

0 comments on commit bb2b051

Please sign in to comment.