Skip to content

Commit

Permalink
experimental changes to readme_rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sfonxu committed Oct 24, 2024
1 parent 1e88cdb commit 5e02de1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/readme_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: actions/setup-python@v1
- uses: dtolnay/rust-toolchain@stable
with:
components: rust-src
- uses: actions/setup-python@v5
with:
python-version: 3.9
- run: pip install -e .
Expand Down

0 comments on commit 5e02de1

Please sign in to comment.