Skip to content

Commit

Permalink
Update before Quarto actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gongcastro committed Dec 17, 2023
1 parent d4f3870 commit c8ffe70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/quarto-render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Update
run: apt-get update

- name: Install TeX Live packages
run: sudo apt install -y texlive-base texlive-xetex latexmk

Expand All @@ -20,10 +23,7 @@ jobs:
with:
r-version: release
use-public-rspm: true

- name: Update
run: apt-get update


- name: Install R dependencies
run: |
install.packages("rmarkdown")
Expand Down

0 comments on commit c8ffe70

Please sign in to comment.