authorgravatar for kcbanner@gmail.comCasey Banner <kcbanner@gmail.com> 2023-01-21 16:32:37-05:00
committergravatar for kcbanner@gmail.comCasey Banner <kcbanner@gmail.com> 2023-01-23 13:48:37-05:00
log31228e4f84ed6331ce7621d62dedeb34873bdc06
tree1acdb52f82f9183119ad92a554d60bbef3dd1706
parent8dd010725544e6eae4c015f1cf86d9020cefe876

ci: fixup incorrect paths


1 files changed, 2 insertions(+), 2 deletions(-)

ci/x86_64-windows-debug.ps1+2-2
......@@ -68,7 +68,7 @@ Write-Output "Testing Autodocs..."
6868CheckLastExitCode
6969
7070Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
71& "stage3-release\bin\zig.exe" test `
71& "stage3-debug\bin\zig.exe" test `
7272 ..\test\behavior.zig `
7373 --zig-lib-dir "$ZIG_LIB_DIR" `
7474 -I..\test `
......@@ -78,7 +78,7 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
7878 -target x86_64-windows-msvc
7979CheckLastExitCode
8080
81& "stage3-release\bin\zig.exe" build-obj `
81& "stage3-debug\bin\zig.exe" build-obj `
8282 ..\lib\compiler_rt.zig `
8383 --zig-lib-dir "$ZIG_LIB_DIR" `
8484 -ofmt=c `