diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 94ed5ee..8b606ee 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,9 +14,6 @@ jobs: - name: Install Rust run: rustup show - uses: Swatinem/rust-cache@v2 - - name: Install packages - run: | - sudo apt-get install llvm-14-tools - run: cargo clippy --manifest-path crates/Cargo.toml --all-features --all-targets -- -D warnings test: @@ -53,9 +50,6 @@ jobs: - name: Install Rust run: rustup show - uses: Swatinem/rust-cache@v2 - - name: Install packages - run: | - sudo apt-get install llvm-14-tools - run: cargo doc --manifest-path crates/Cargo.toml success: