summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/autotools-clang-9.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autotools-clang-9.yml b/.github/workflows/autotools-clang-9.yml
index 08b06de..e81c10f 100644
--- a/.github/workflows/autotools-clang-9.yml
+++ b/.github/workflows/autotools-clang-9.yml
@@ -15,7 +15,7 @@ jobs:
# Prevent blocking apt install on a question during configuring of tzdata.
export ENV DEBIAN_FRONTEND=noninteractive
apt update
- apt install mm-common clang-9 --yes
+ apt install mm-common clang-9 make --yes
export CXX=clang++-9
./autogen.sh --enable-warnings=fatal
make