Install Git in the CI environment.

* build-aux/gitlab-ci.yml (before_script): Install 'git'.
This commit is contained in:
Timothy Sample 2020-02-06 21:04:50 -05:00
parent 25cd5ac5af
commit 82c45abed6
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ before_script:
- apt-get update -qq && apt-get install -y -qq
autoconf
automake
git
guile-${TEST_GUILE_VERSION}-dev
make
pkg-config