Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
* refs/remotes/origin/main:
  change the commands for building from source
  change the comands for building from source
  Cancel compile on arm
  Make on all architecture.
  • Loading branch information
lzqlzzq committed Sep 28, 2023
2 parents 25b91dc + 547e585 commit 8fd3547
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:

jobs:
build_wheels:
# env:
# CIBW_ARCHS: all
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Notice that this libaray is under development:
> Make sure that your system has cmake and c++ compilers
```bash
git clone [email protected]:Yikai-Liao/pyscore.git --recursive
pip install ./pyscore
git clone [email protected]:Yikai-Liao/symusic.git --recursive
pip install ./symusic
```

0 comments on commit 8fd3547

Please sign in to comment.