From 6700d26c8be525128ce441597f577b378c408adf Mon Sep 17 00:00:00 2001 From: Joe Da Silva Date: Thu, 12 Sep 2024 18:13:24 -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 faa44ce..969056f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,10 +66,12 @@ jobs: with: msystem: ${{ matrix.msystem }} update: true - install: autotools base-devel git ${{matrix.tools}}-toolchain ${{matrix.tools}}-python-setuptools {{matrix.tools}}-python-pip + install: autotools base-devel git ${{matrix.tools}}-toolchain ${{matrix.tools}}-python-setuptools - name: Create configure run: | python --version + python get-pip.py + python -m pip install --upgrade pip pip --version pip install setuptools wheel autoreconf -i