Skip to content

Commit

Permalink
Just work
Browse files Browse the repository at this point in the history
  • Loading branch information
osiewicz committed Feb 20, 2025
1 parent a14fe81 commit e5263ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e5263ac

Please sign in to comment.