diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bbe559..e71542c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,5 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Update Rust toolchain - run: actions-rust-lang/setup-rust-toolchain@v1 - name: Check formatting run: cargo fmt --check --all