diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d30e2b8..63dd31c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,14 +16,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Install Rust toolchain - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - components: rustfmt, clippy - override: true - - name: Build run: cargo build --verbose