Skip to content

Commit 8677696

Browse files
authored
explicit quarto version to avoid 'gh cmd not found' error in macOS
1 parent 29522b0 commit 8677696

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ jobs:
4444
r-version: ${{ matrix.config.r }}
4545

4646
- uses: r-lib/actions/setup-pandoc@v2
47-
47+
48+
- uses: quarto-dev/quarto-actions/setup@v2
49+
with:
50+
version: 1.7.30
51+
4852
- uses: r-lib/actions/setup-r-dependencies@v2
4953
with:
5054
extra-packages: any::rcmdcheck

0 commit comments

Comments
 (0)