Commit 31228e4f84

kcbanner <kcbanner@gmail.com>
2023-01-21 22:32:37
ci: fixup incorrect paths
1 parent 8dd0107
Changed files (1)
ci/x86_64-windows-debug.ps1
@@ -68,7 +68,7 @@ Write-Output "Testing Autodocs..."
 CheckLastExitCode
 
 Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
-& "stage3-release\bin\zig.exe" test `
+& "stage3-debug\bin\zig.exe" test `
   ..\test\behavior.zig `
   --zig-lib-dir "$ZIG_LIB_DIR" `
   -I..\test `
@@ -78,7 +78,7 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
   -target x86_64-windows-msvc
 CheckLastExitCode
 
-& "stage3-release\bin\zig.exe" build-obj `
+& "stage3-debug\bin\zig.exe" build-obj `
   ..\lib\compiler_rt.zig `
   --zig-lib-dir "$ZIG_LIB_DIR" `
   -ofmt=c `