Skip to content

Commit 96564d8

Browse files
committed
correctly install quarto except when false
1 parent 743203e commit 96564d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v4
5353

5454
- uses: quarto-dev/quarto-actions/setup@v2
55-
if: format('{0}', matrix.config.quarto) == 'false'
55+
if: format('{0}', matrix.config.quarto) != 'false'
5656
env:
5757
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
with:

0 commit comments

Comments
 (0)