diff --git a/.github/workflows/solana.yml b/.github/workflows/solana.yml index f2fab97f9..898a34660 100644 --- a/.github/workflows/solana.yml +++ b/.github/workflows/solana.yml @@ -73,12 +73,6 @@ jobs: - name: Run `cargo clippy` run: cargo clippy --workspace --tests --manifest-path solana/Cargo.toml - - name: Install cargo dylint - run: cargo install cargo-dylint dylint-link - - - name: Run `cargo dylint --all --workspace` - run: cargo dylint --workspace --all --manifest-path solana/Cargo.toml - - name: Cache solana tools id: cache-solana uses: actions/cache@v3