CI FUN 12
ci/woodpecker/push/test-workflow Pipeline failed

This commit is contained in:
2026-06-03 15:08:15 -07:00
parent 27d4b0e242
commit 2214ad50bf
2 changed files with 2 additions and 3 deletions
+1
View File
@@ -8,6 +8,7 @@ RUN useradd -ms /bin/bash test
USER test
WORKDIR /home/test
SHELL ["/bin/bash", "-c"]
ENV PATH="/home/test/.cargo/bin:$PATH"