Skip to content

Commit

Permalink
Install Rust toolchain on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Mar 26, 2024
1 parent c449f1e commit c19ef0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: actions/setup-python@v5
with:
# WARNING: be careful with the ordering - the last version is the
Expand Down Expand Up @@ -76,7 +77,6 @@ jobs:
pypy3.8
pypy3.9
pypy3.10
3.9
3.11
3.12
3.10
Expand Down

0 comments on commit c19ef0d

Please sign in to comment.