diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecd8658c917348..419127b6aea9fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -263,10 +263,6 @@ jobs: mkdir -p ${{ env.CARGO_HOME }} -ErrorAction Ignore cp ./.cargo/ci-config.toml ${{ env.CARGO_HOME }}/config.toml - - name: Create target directory - working-directory: ${{ env.ZED_WORKSPACE }} - run: mkdir -p target - - name: cargo clippy working-directory: ${{ env.ZED_WORKSPACE }} # Windows can't run shell scripts, so we need to use `cargo xtask`.