summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSean Davis <bluesabre@users.noreply.github.com>2020-06-21 05:07:55 -0400
committerGitHub <noreply@github.com>2020-06-21 05:07:55 -0400
commitc046132e9263feab156c4f95971bd8728b8a9c75 (patch)
tree338e4fef2d94683fdbb6af0caa570cd3dee3c2f7 /.github
parent3de19065f86dd5270464a39a08d813481f42cb70 (diff)
downloadlightdm-gtk-greeter-git-c046132e9263feab156c4f95971bd8728b8a9c75.tar.gz
workflows/distcheck: Run apt update first
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/distcheck.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/distcheck.yml b/.github/workflows/distcheck.yml
index 1dfc494..872d9cc 100644
--- a/.github/workflows/distcheck.yml
+++ b/.github/workflows/distcheck.yml
@@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2
+ - 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
- name: autogen