From e6faf99b68d400fb29035ed861fb46c0f128b114 Mon Sep 17 00:00:00 2001 From: Ken Sedgwick Date: Wed, 2 Oct 2024 13:34:51 -0700 Subject: [PATCH] fix bug in the release action workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e928c315..408a97bf6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,9 @@ jobs: - name: Set up build tools run: sudo apt-get install -y build-essential autoconf automake libtool zip + - name: Generate configure script + run: autoreconf -i + - name: Configure the project run: ./configure