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 38360f7 commit 651391b
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 @@ -69,7 +69,9 @@ jobs:
install: autotools base-devel git ${{matrix.tools}}-toolchain ${{matrix.tools}}-python-setuptools
- name: Create configure
run: |
python -m install setuptools wheel
python --version
pip --version
pip install setuptools wheel
autoreconf -i
automake
- name: Choose configure
Expand Down

0 comments on commit 651391b

Please sign in to comment.