Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Isotr0py <[email protected]>
  • Loading branch information
Isotr0py committed Nov 12, 2024
1 parent 6ff466b commit e40ced1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,11 @@ jobs:
matrix:
platform:
- runner: windows-latest
target: x86_64-pc-windows-gnu
target: x64
cargo_target: x86_64-pc-windows-gnu
- runner: windows-latest
target: i868-pc-windows-gnu
target: x86
cargo_target: i868-pc-windows-gnu
steps:
- name: Install dependencys
uses: msys2/setup-msys2@v2
Expand All @@ -114,7 +116,7 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
target: ${{ matrix.platform.cargo_target }}
args: --release --out dist --find-interpreter --features dynamic
sccache: 'true'
- name: Upload wheels
Expand Down

0 comments on commit e40ced1

Please sign in to comment.