From 87133b871055c5d28036f634c3dca784b353145c Mon Sep 17 00:00:00 2001 From: Joe Da Silva Date: Thu, 12 Sep 2024 20:56:30 -0700 Subject: [PATCH] build tuning.... --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4cd8534..674e27a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v4 - name: Create configure run: | - brew install autoconf automake libtool gcc python-setuptools + brew install autoconf automake libtool gcc python-setuptools python-build autoreconf -i automake - name: Choose configure @@ -72,7 +72,7 @@ jobs: python --version python -m ensurepip --default-pip pip --version - pip install setuptools wheel + pip install setuptools wheel build autoreconf -i automake - name: Choose configure