From ffb17ec11d776f1cc61386fb5429a13b3b756729 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 26 May 2020 09:55:35 +0200 Subject: autoreconf it --- .github/workflows/ccpp.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index e3233268f..61435b1bf 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v2 + - name: autoreconf + run: autoreconf -i -f - name: configure run: ./configure - name: make -- cgit v1.2.1