Skip to content

Commit

Permalink
Removes rust component install from workflow
Browse files Browse the repository at this point in the history
Now that the nightly version is fixed, this should work ootb.
  • Loading branch information
kaczmarczyck committed Nov 9, 2023
1 parent 207e86f commit 391f992
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@ jobs:
with:
python-version: "3.10"
- run: ./setup.sh
- run: rustup component add rustfmt
- run: rustup component add clippy
- run: cargo +stable install cargo-audit
- run: ./run_desktop_tests.sh

0 comments on commit 391f992

Please sign in to comment.