diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 757975ec0e..9ca13d02a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -154,6 +154,7 @@ jobs: install.packages('remotes') remotes::install_deps('${{ needs.jobR.outputs.r_bindings }}', dependencies = TRUE) remotes::install_cran("rcmdcheck") + remotes::install_cran("curl") shell: Rscript {0} - name: Check