Skip to content

Commit

Permalink
build tuning....
Browse files Browse the repository at this point in the history
  • Loading branch information
JoesCat committed Sep 13, 2024
1 parent 148adc8 commit 87133b8
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 @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- name: Create configure
run: |
brew install autoconf automake libtool gcc python-setuptools
brew install autoconf automake libtool gcc python-setuptools python-build
autoreconf -i
automake
- name: Choose configure
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
python --version
python -m ensurepip --default-pip
pip --version
pip install setuptools wheel
pip install setuptools wheel build
autoreconf -i
automake
- name: Choose configure
Expand Down

0 comments on commit 87133b8

Please sign in to comment.