Skip to content

Commit

Permalink
chore(ci): Ensure latest rust is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 2, 2024
1 parent 45a880d commit 4e0d75a
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 4e0d75a

Please sign in to comment.