mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 14:24:43 +00:00
win-ci: add missing ZIGPREFIXPATH variable def
This commit is contained in:
parent
924679abc4
commit
11d14a23a3
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ jobs:
|
||||||
|
|
||||||
- pwsh: |
|
- pwsh: |
|
||||||
Set-Variable -Name ZIGINSTALLDIR -Value "$(Get-Location)\stage3-release"
|
Set-Variable -Name ZIGINSTALLDIR -Value "$(Get-Location)\stage3-release"
|
||||||
|
Set-Variable -Name ZIGPREFIXPATH -Value "$(Get-Location)\$(ZIG_LLVM_CLANG_LLD_NAME)"
|
||||||
|
|
||||||
function CheckLastExitCode {
|
function CheckLastExitCode {
|
||||||
if (!$?) {
|
if (!$?) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue