ci: remove redundant build step

`cargo xtask check` already takes care of building, so there is no point
in having a separate build step, especially because the build options
used by `cargo xtask check` will trigger a rebuild of most of our code
to handle extraction for localization.

Part of #12818
This commit is contained in:
Daniel Rainer
2026-06-13 00:20:34 +02:00
committed by Johannes Altmanninger
parent c8d7476576
commit e99e60ec4d

View File

@@ -166,9 +166,6 @@ jobs:
shell: cmd
run: |
"%MSYS2_LOCATION%\usr\bin\dash" /usr/bin/rebaseall -p -v
- name: cargo build
run: |
cargo build
- name: tests
env:
FISH_CHECK_LINT: false