summaryrefslogtreecommitdiff
path: root/.github/workflows/distcheck.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/distcheck.yml')
-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