Skip to content

Commit c6a8b12

Browse files
committed
Remove pandoc
1 parent 88ce87d commit c6a8b12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ jobs:
106106
- uses: r-lib/actions/setup-r@v1
107107
with:
108108
r-version: '3.6.2'
109-
- name: Install lib and pandoc
109+
- name: Install lib
110110
run: |
111-
sudo apt-get install -y libcurl4-openssl-dev pandoc
111+
sudo apt-get install -y libcurl4-openssl-dev
112112
- name: install R packages
113113
run: |
114114
sudo Rscript -e "install.packages(c('curl', 'xml2', 'httr', 'devtools', 'testthat', 'knitr', 'rmarkdown', 'roxygen2', 'e1071', 'survival'), repos='https://cloud.r-project.org/')"

0 commit comments

Comments
 (0)