哎呦!

This commit is contained in:
2026-01-03 17:55:38 +08:00
parent 8e0df59deb
commit 8943e9a455

View File

@@ -27,7 +27,7 @@ USER root
RUN cp /home/builder/xmake /usr/local/bin/xmake && \
chmod +x /usr/local/bin/xmake
# 5. 验证环境
RUN clang++ --version && xmake --version
# # 5. 验证环境
# RUN clang++ --version && xmake --version
USER builder