diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 43eab10fe57f..f2b76c8f0f35 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -94,8 +94,6 @@ jobs: toolchain: stable override: true components: clippy - - name: "examples: Install dependencies" - run: sudo apt-get install openssl -y - name: "examples: build" run: cargo build --manifest-path examples/Cargo.toml --bins --examples --all-features - name: "examples: clippy"