summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2020-05-26 09:55:35 +0200
committerMarcus Meissner <marcus@jet.franken.de>2020-05-26 09:55:35 +0200
commitffb17ec11d776f1cc61386fb5429a13b3b756729 (patch)
tree243fb8156cd6a0674f32002ed775772b422f4a97
parente9968ca25b6cd5a724b2ef5ca24f394c4b076ca1 (diff)
downloadlibgphoto2-ffb17ec11d776f1cc61386fb5429a13b3b756729.tar.gz
autoreconf it
-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