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
1ee7c292
Unverified
Commit
1ee7c292
authored
Nov 22, 2020
by
James Lamb
Committed by
GitHub
Nov 22, 2020
Browse files
[ci] Fix missing git install in R artifact job (fixes #3567) (#3587)
parent
1c5930bf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
.github/workflows/r_artifacts.yml
.github/workflows/r_artifacts.yml
+5
-0
No files found.
.github/workflows/r_artifacts.yml
View file @
1ee7c292
...
@@ -12,6 +12,11 @@ jobs:
...
@@ -12,6 +12,11 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
container
:
rocker/r-base
container
:
rocker/r-base
steps
:
steps
:
-
name
:
Install Git before checkout
shell
:
bash
run
:
|
apt-get update
apt-get install --no-install-recommends -y git
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v2.3.4
uses
:
actions/checkout@v2.3.4
with
:
with
:
...
...
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