From 6419265a05597d4fd3167b826e355b337f621415 Mon Sep 17 00:00:00 2001 From: Sougata Bhattacharjee Date: Sun, 29 Sep 2024 20:06:30 +0000 Subject: [PATCH] Added hab-studio installation from stable channel before build for windows Signed-off-by: Sougata Bhattacharjee --- .expeditor/scripts/verify/build_package.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/.expeditor/scripts/verify/build_package.ps1 b/.expeditor/scripts/verify/build_package.ps1 index cbdb311884..2ae4cdd927 100755 --- a/.expeditor/scripts/verify/build_package.ps1 +++ b/.expeditor/scripts/verify/build_package.ps1 @@ -20,6 +20,7 @@ $env:HAB_CACHE_KEY_PATH="$job_temp_root/keys" Write-Host "--- :key: Generating fake origin key" hab origin key generate Write-Host "--- :hab: Running hab pkg build for $PackagePath" +hab pkg install core/hab-studio --channel stable hab studio build $PackagePath -R