Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
5a1fe74e
Unverified
Commit
5a1fe74e
authored
Feb 02, 2024
by
James Lamb
Committed by
GitHub
Feb 02, 2024
Browse files
[ci] [R-package] pin to older setup-pandoc for R 3.6 jobs (fixes #6298) (#6299)
parent
de195b3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
.github/workflows/r_package.yml
.github/workflows/r_package.yml
+7
-0
No files found.
.github/workflows/r_package.yml
View file @
5a1fe74e
...
...
@@ -179,6 +179,13 @@ jobs:
submodules
:
true
-
name
:
Install pandoc
uses
:
r-lib/actions/setup-pandoc@v2
if
:
matrix.container != 'ubuntu:18.04'
# R 3.6 binary isn't easily available on buntu 18.04,
# but setup-pandoc>=2.7.1 is uses a too-new glibc for it.
# ref: https://github.com/microsoft/LightGBM/issues/6298
-
name
:
Install pandoc
uses
:
r-lib/actions/setup-pandoc@v2.6.0
if
:
matrix.container == 'ubuntu:18.04'
-
name
:
install tinytex
if
:
startsWith(matrix.os, 'windows')
uses
:
r-lib/actions/setup-tinytex@v2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment