From 651391b634aab9a9afdbb39cbcbfd1cdace5c5a8 Mon Sep 17 00:00:00 2001 From: Joe Da Silva Date: Thu, 12 Sep 2024 17:54:16 -0700 Subject: [PATCH] more tuning... --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 152e81d..70b36b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,7 +69,9 @@ jobs: install: autotools base-devel git ${{matrix.tools}}-toolchain ${{matrix.tools}}-python-setuptools - name: Create configure run: | - python -m install setuptools wheel + python --version + pip --version + pip install setuptools wheel autoreconf -i automake - name: Choose configure