Refactor Windows Gitea runner Dockerfiles and update CI configuration
This commit is contained in:
@@ -5,5 +5,4 @@ SHELL ["powershell", "-NoProfile", "-ExecutionPolicy", "Bypass", "-Command"]
|
||||
# C/C++ profile with cmake and ninja.
|
||||
RUN choco feature enable -n allowGlobalConfirmation; \
|
||||
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'; \
|
||||
choco install ninja; \
|
||||
choco clean --yes
|
||||
choco install ninja
|
||||
Reference in New Issue
Block a user