mirror of
https://github.com/ziglang/zig.git
synced 2025-12-23 22:53:06 +00:00
win-ci: add missing ZIGPREFIXPATH variable def
This commit is contained in:
parent
924679abc4
commit
11d14a23a3
@ -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 (!$?) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user