Skip to content

Commit

Permalink
Fix YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Jan 12, 2022
1 parent e5b2b9f commit 9699dc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-non-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |<
extra-packages: |
any::rcmdcheck
any::bigmemory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |<
extra-packages: |
any::rcmdcheck
any::bigmemory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-valgrind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |<
extra-packages: |
any::rcmdcheck
any::bigmemory
Expand Down

0 comments on commit 9699dc4

Please sign in to comment.