Skip to content

Commit

Permalink
fix toolchain setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sungwy committed Nov 17, 2024
1 parent fe2c002 commit 1c6d20d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
uses: ./.github/actions/setup
uses: ./.github/actions/setup-builder
with:
rust-version: ${{ env.rust_msrv }}
- uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
Expand Down

0 comments on commit 1c6d20d

Please sign in to comment.