Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Jul 20, 2024
1 parent 0bee555 commit cfe0c2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:
matrix:
platform:
- name: ubuntu-22.04_x86_64
target: ubuntu-22.04_x86_64
runs_on: ubuntu-22.04
os: ubuntu
auditwheel_plat: manylinux_2_35_x86_64
- name: macos-13_arm64
target: macos_arm64
runs_on: macos-13
os: macos
python_host_platform: "macosx-13.0-arm64"
Expand Down Expand Up @@ -85,13 +87,13 @@ jobs:

# Ubuntu 向け
- run: |
rye run python run.py ${{ matrix.platform.name }}
rye run python run.py ${{ matrix.platform.target }}
rye run python -m build
if: ${{ matrix.platform.os == 'ubuntu' }}
# macOS 向け
- run: |
rye run python run.py ${{ matrix.platform.name }}
rye run python run.py ${{ matrix.platform.target }}
rye run python -m build
if: ${{ matrix.platform.os == 'macos' }}
env:
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
- @melpon
- [ADD] sora_sdk に型を付ける
- @melpon
- [ADD] Sora C++ SDK と libwebrtc のローカルビルドを利用可能にする
- @melpon
- [ADD] SoraConnection に get_stats 関数を追加
- @melpon
- [FIX] SoraAudioSink.read が timeout を無視して失敗を返すケースがあったので修正する
Expand Down

0 comments on commit cfe0c2e

Please sign in to comment.