Skip to content

Commit

Permalink
Fix yaml issue with daily
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriwaki committed May 12, 2024
1 parent 1ecd764 commit 465e0ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache: "always"
with:
cache: "always"
- uses: r-lib/actions/setup-pandoc@v2

- name: Query dependencies
Expand Down

0 comments on commit 465e0ad

Please sign in to comment.