Skip to content

Commit

Permalink
Update pr.yml - add quarto
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwhiting authored Dec 12, 2023
1 parent 98602a4 commit c8fd0f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ jobs:
# - name: Install curl command
# run: sudo apt-get install -y libcurl4-openssl-dev

- name: Install Quarto
uses: quarto-dev/quarto-actions/install-quarto@v1
# - name: Install Quarto
# uses: quarto-dev/quarto-actions/install-quarto@v1
# with:
# To install LaTeX to build PDF book
# tinytex: true
# uncomment below and fill to pin a version
# version: 0.9.105
- uses: quarto-dev/quarto-actions/setup@v2
with:
version: 1.4.515

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

0 comments on commit c8fd0f4

Please sign in to comment.