Unverified Commit 1ee7c292 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] Fix missing git install in R artifact job (fixes #3567) (#3587)

parent 1c5930bf
......@@ -12,6 +12,11 @@ jobs:
runs-on: ubuntu-latest
container: rocker/r-base
steps:
- name: Install Git before checkout
shell: bash
run: |
apt-get update
apt-get install --no-install-recommends -y git
- name: Checkout repository
uses: actions/checkout@v2.3.4
with:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment