We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d4eac commit 96f2db0Copy full SHA for 96f2db0
1 file changed
.github/workflows/r_tests.yml
@@ -81,6 +81,8 @@ jobs:
81
run: |
82
# Must run before checkout to have the latest git installed.
83
apt update && apt install libcurl4-openssl-dev libssl-dev libssh2-1-dev libgit2-dev libglpk-dev libxml2-dev libharfbuzz-dev libfribidi-dev git librsvg2-dev librsvg2-2 pandoc -y
84
+ # cmake is required by the R `fs` package to build its bundled libuv.
85
+ apt install cmake -y
86
- name: Trust git cloning project sources
87
88
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
0 commit comments