Skip to content

Commit

Permalink
Poor man's attempt at fixing Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
osiewicz committed Feb 20, 2025
1 parent 73004bd commit 4d149c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,11 @@ jobs:
mkdir -p ${{ env.CARGO_HOME }} -ErrorAction Ignore
cp ./.cargo/ci-config.toml ${{ env.CARGO_HOME }}/config.toml
- name: Run rustup update
working-directory: ${{ env.ZED_WORKSPACE }}
# Windows can't run shell scripts, so we need to use `cargo xtask`.
run: rustup update

- name: cargo clippy
working-directory: ${{ env.ZED_WORKSPACE }}
# Windows can't run shell scripts, so we need to use `cargo xtask`.
Expand Down

0 comments on commit 4d149c6

Please sign in to comment.