summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Davis <bluesabre@users.noreply.github.com>2020-06-21 05:10:24 -0400
committerGitHub <noreply@github.com>2020-06-21 05:10:24 -0400
commit3e6c7f8a47e7f958aa631d0fe7b1c6e1e1ecb438 (patch)
tree2bfffe7345691e78acda8c61c5ae739c82bb8e28
parentc046132e9263feab156c4f95971bd8728b8a9c75 (diff)
downloadlightdm-gtk-greeter-git-3e6c7f8a47e7f958aa631d0fe7b1c6e1e1ecb438.tar.gz
workflows/distcheck: Add git2cl dependency
-rw-r--r--.github/workflows/distcheck.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/distcheck.yml b/.github/workflows/distcheck.yml
index 872d9cc..f481c7a 100644
--- a/.github/workflows/distcheck.yml
+++ b/.github/workflows/distcheck.yml
@@ -16,7 +16,7 @@ jobs:
- name: apt update
run: sudo apt update
- name: Install build dependencies
- run: sudo apt install ubuntu-dev-tools gobject-introspection intltool libgtk-3-dev libindicator3-dev liblightdm-gobject-1-dev pkg-config xfce4-dev-tools
+ run: sudo apt install ubuntu-dev-tools git2cl gobject-introspection intltool libgtk-3-dev libindicator3-dev liblightdm-gobject-1-dev pkg-config xfce4-dev-tools
- name: autogen
run: ./autogen.sh
- name: make