Skip to content

Commit

Permalink
ci: Replace rustup update with external installation action
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Aug 5, 2024
1 parent a02898c commit 9e2fcd2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rustapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
- name: Prepare virtual environment
run: |
pip install .
- name: Install Rust
run: |
rustup update
- uses: dtolnay/rust-toolchain@stable
- name: Check and lint
working-directory: crate
run: |
Expand Down

0 comments on commit 9e2fcd2

Please sign in to comment.