From 59de5bbf210c2a4ceba52b9f38bfe485bbf3b52b Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Mon, 11 Dec 2023 11:42:33 -0500 Subject: [PATCH] Take a guess that might fix the build issue. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) 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