Fix fmt
ci/woodpecker/push/tests Pipeline failed

This commit is contained in:
2026-07-31 20:32:59 +00:00
parent 6a21c7d6c3
commit f0e64e0c1d
6 changed files with 58 additions and 16 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN groupadd --gid ${USER_GID:-1000} $USERNAME \
&& useradd --uid ${USER_UID:-1000} --gid ${USER_GID:-1000} -m $USERNAME \
&& rustup component add clippy
&& rustup component add clippy \
&& rustup component add rustfmt