Skip to content

Commit

Permalink
Merge pull request #895 from epage/maturin
Browse files Browse the repository at this point in the history
chore(ci): Ensure latest rust is installed
  • Loading branch information
epage authored Jan 2, 2024
2 parents b0a4e42 + 4e0d75a commit 654cdfa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
target: [x86_64, x86, aarch64]
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -43,6 +47,10 @@ jobs:
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -63,6 +71,10 @@ jobs:
target: [x64, x86]
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -82,6 +94,10 @@ jobs:
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 654cdfa

Please sign in to comment.