Skip to content

Commit

Permalink
correct libreoffice install for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaynes authored Jun 24, 2024
1 parent 4a04f80 commit 6e47f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v2
- name: install freetype2 and imagemagick deps and libreoffice
run: brew install --cask libreoffice
run: choco install libreoffice-fresh -y
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
Expand Down

0 comments on commit 6e47f0c

Please sign in to comment.