From 5715296b14e3b6002fba98a03f78c3b43873d86e Mon Sep 17 00:00:00 2001 From: Mark Roszko Date: Sat, 14 Jun 2025 21:39:29 +0000 Subject: [PATCH] Edit Windows-CI.yml --- .gitlab/Windows-CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/Windows-CI.yml b/.gitlab/Windows-CI.yml index c30e017b6d..bfa0babbf7 100644 --- a/.gitlab/Windows-CI.yml +++ b/.gitlab/Windows-CI.yml @@ -37,6 +37,8 @@ win64_build: ../../ - cmake --build . 2>&1 | tee compilation_log.txt - cd ../../ + after_script: + - Get-Content -Path C:\builder\vcpkg\buildtrees\wxpython-33\python3-tool-post-install-err.log artifacts: # Only save the artifacts that are needed for running the tests in the next stage # and the compilation log. The entire build directory is too large to save as an