ci: Don't install rustfmt and clippy for the Rust tests job

This is leftover from https://github.com/ruffle-rs/ruffle/pull/15171
This commit is contained in:
TÖRÖK Attila 2024-02-25 21:32:00 +01:00
parent 9cdb2f31cc
commit f5a5705381
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ matrix.rust_version }}
components: rustfmt, clippy
- name: Install Linux dependencies
if: runner.os == 'Linux'