Skip to content

Commit

Permalink
test: updated gha 3, support for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsner committed Oct 15, 2024
1 parent a70624a commit da47a52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- uses: quarto-dev/quarto-actions/setup@v2
with:
version: ${{ matrix.config.quarto }}

- uses: r-lib/actions/setup-pandoc@v2
if: runner.os == 'macOS'

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

0 comments on commit da47a52

Please sign in to comment.