Skip to content

Commit

Permalink
Tweaking Rust CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-griffiths committed Oct 9, 2024
1 parent 1296acf commit b34c85d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CI_Rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
target: armv7
steps:
- uses: actions/checkout@v4
with:
path: bitrust
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down Expand Up @@ -98,6 +100,8 @@ jobs:
target: x86
steps:
- uses: actions/checkout@v4
with:
path: bitrust
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down Expand Up @@ -125,6 +129,8 @@ jobs:
target: aarch64
steps:
- uses: actions/checkout@v4
with:
path: bitrust
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand All @@ -144,6 +150,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: bitrust
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit b34c85d

Please sign in to comment.