Skip to content

Commit

Permalink
Specify rust toolchain version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare committed Dec 22, 2023
1 parent 607bd47 commit dc88db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
architecture: ${{ matrix.target }}
- uses: PyO3/maturin-action@v1
with:
rust-toolchain: 1.70
target: ${{ matrix.target }}
command: build
args: --release -o dist --interpreter=${{ steps.python.outputs.python-path }}
Expand Down

0 comments on commit dc88db4

Please sign in to comment.