From 4fede4b5075a1efb4e338cf108f96f797d0e6c38 Mon Sep 17 00:00:00 2001 From: Thomas Sader Date: Sun, 16 Jun 2024 16:34:16 +0200 Subject: [PATCH] Test autotools --- .github/workflows/autotools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index 142ffde7d..0336427bf 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: install dependencies - run: sudo apt-get install build-essential autoconf autoheader + run: sudo apt-get install build-essential autoconf - name: Remove configure revision run: find . -name configure -exec sed -i 's/From configure.ac (.*)//' {} \; - name: Stage revision removal