summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ccpp.yml2
1 files changed, 2 insertions, 0 deletions
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