Skip to content

Commit 490a3aa

Browse files
committed
re-order pandoc
1 parent 6951d1c commit 490a3aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ jobs:
1111
runs-on: windows-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: r-lib/actions/setup-r@master
14+
1515
- uses: r-lib/actions/setup-pandoc@v1
16+
17+
- uses: r-lib/actions/setup-r@master
18+
1619
- name: Install remotes
1720
run: install.packages(c("remotes", "rcmdcheck"))
1821
shell: Rscript {0}

0 commit comments

Comments
 (0)