Skip to content

Commit

Permalink
fix aarch64に変えた
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 committed Oct 26, 2023
1 parent d9607f4 commit 6b3479e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64, x86]
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist --locked --manifest-path crates/voicevox_core_python_api/Cargo.toml
args: --out dist --manifest-path crates/voicevox_core_python_api/Cargo.toml
- name: Upload sdist
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6b3479e

Please sign in to comment.