win-ci: add missing ZIGPREFIXPATH variable def

This commit is contained in:
Jakub Konka 2022-09-07 22:01:40 +02:00
parent 924679abc4
commit 11d14a23a3

View file

@ -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 (!$?) {