From 2e3d1ecdd896a97b38ed8832f8a2b0d9934330c5 Mon Sep 17 00:00:00 2001 From: noasakurajin Date: Tue, 7 Jul 2020 10:06:57 +0200 Subject: [PATCH] added missing dependencies --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index c58d28b1..ac2657d9 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -14,6 +14,6 @@ jobs: steps: - uses: actions/checkout@v2 - name: install dependencies - run: sudo apt install debhelper valac libgtk-3-dev libgee-0.8-dev libjson-glib-dev libvte-2.91-dev lsb-release + run: sudo apt install debhelper valac libgtk-3-dev libgee-0.8-dev libjson-glib-dev libvte-2.91-dev lsb-release dh-make devscripts build-essential - name: automatic debuild run: debuild