From 9498b2caccededa442b12a4dcfe28d47456406da Mon Sep 17 00:00:00 2001 From: Wolfgang Hommel Date: Fri, 10 Apr 2020 13:27:51 +0200 Subject: [PATCH] add ./configure step to action for automake branch --- .github/workflows/make-autotest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/make-autotest.yml b/.github/workflows/make-autotest.yml index 75c4d4d..03ba9a7 100644 --- a/.github/workflows/make-autotest.yml +++ b/.github/workflows/make-autotest.yml @@ -20,6 +20,8 @@ jobs: ref: automake - name: init run: sh ./build.sh init + - name: configure + run: ./configure - name: make run: make - name: make test