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