summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-12-17 15:43:26 +0200
committerAdrian Thurston <thurston@colm.net>2019-12-17 15:43:26 +0200
commiteca30627a9393b4db1cdd1600c9dcba969c76abe (patch)
treef1f2d0ff9690b477f652a18844d718ea3c3611ae
parent130f1c140ada99d00d03b3a062a6e76ae3b3eb2b (diff)
downloadcolm-eca30627a9393b4db1cdd1600c9dcba969c76abe.tar.gz
need to call autogen.sh for build-test github action
-rw-r--r--.github/workflows/build-test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 36011538..da21fbc6 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v1
+ - name: autogen
+ run: ./autogen.sh
- name: configure
run: ./configure
- name: make