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 16, 2024
1 parent bb3d3a5 commit 50dc5a6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rustapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
- name: Prepare virtual environment
run: |
pip install .
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: dtolnay/rust-toolchain@stable
- name: Check and lint
working-directory: crate
run: |
Expand Down

0 comments on commit 50dc5a6

Please sign in to comment.