Skip to content

Commit 96f2db0

Browse files
authored
[ci] Fix cran test. (#12125)
1 parent 96d4eac commit 96f2db0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/r_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
run: |
8282
# Must run before checkout to have the latest git installed.
8383
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
8486
- name: Trust git cloning project sources
8587
run: |
8688
git config --global --add safe.directory "${GITHUB_WORKSPACE}"

0 commit comments

Comments
 (0)