Skip to content

Commit

Permalink
more tuning....
Browse files Browse the repository at this point in the history
  • Loading branch information
JoesCat committed Sep 13, 2024
1 parent cf6e7ed commit 1615fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ jobs:
with:
msystem: ${{ matrix.msystem }}
update: true
install: autotools base-devel git ${{matrix.tools}}-toolchain ${{matrix.tools}}-python-setuptools {{matrix.tools}}-python3-pip
install: autotools base-devel git ${{matrix.tools}}-toolchain ${{matrix.tools}}-python-setuptools
- name: Create configure
run: |
python --version
python -m pip install --upgrade pip
python -m ensurepip --default-pip
pip --version
pip install setuptools wheel
autoreconf -i
Expand Down

0 comments on commit 1615fb4

Please sign in to comment.