From 11d14a23a3984fa8a72555a6d7e17a06965ad1a0 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Wed, 7 Sep 2022 22:01:40 +0200 Subject: [PATCH] win-ci: add missing ZIGPREFIXPATH variable def --- ci/azure/pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml index 45504c5b6ee91d444f8fc854926eddc4f64b7689..633c6389d03521304b128c7478d3b46104873e23 100644 --- a/ci/azure/pipelines.yml +++ b/ci/azure/pipelines.yml @@ -61,6 +61,7 @@ jobs: - pwsh: | Set-Variable -Name ZIGINSTALLDIR -Value "$(Get-Location)\stage3-release" + Set-Variable -Name ZIGPREFIXPATH -Value "$(Get-Location)\$(ZIG_LLVM_CLANG_LLD_NAME)" function CheckLastExitCode { if (!$?) { -- 2.54.0