From e5263ac799c8c88eef215c2b7b942778e29be81f Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Fri, 21 Feb 2025 00:42:01 +0100 Subject: [PATCH] Just work --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09dd6e53f870c6..ecd8658c917348 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -263,10 +263,9 @@ jobs: mkdir -p ${{ env.CARGO_HOME }} -ErrorAction Ignore cp ./.cargo/ci-config.toml ${{ env.CARGO_HOME }}/config.toml - - name: Run rustup update + - name: Create target directory working-directory: ${{ env.ZED_WORKSPACE }} - # Windows can't run shell scripts, so we need to use `cargo xtask`. - run: rustup update + run: mkdir -p target - name: cargo clippy working-directory: ${{ env.ZED_WORKSPACE }}