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 7fbfe3b commit 6700d26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6700d26

Please sign in to comment.