Skip to content

Commit

Permalink
test pdf manual only on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
pachadotdev committed Apr 29, 2024
1 parent 8467c98 commit 6bd4946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-

- name: Install Quarto
- name: Install Quarto (Ubuntu)
if: runner.os == 'Linux'
uses: quarto-dev/quarto-actions/setup@v2
with:
tinytex: true
Expand Down

0 comments on commit 6bd4946

Please sign in to comment.