aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build-windows.ps1
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2022-12-18 16:37:22 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-12-19 03:44:41 +0530
commit98e5d380e06c9d5eefb5ff8cb6555c29aa594aae (patch)
tree65a1f14d4ca905551a94bbb35109b1e723a4b345 /scripts/build-windows.ps1
parent6.2.3-nightly.10 [skip ci] (diff)
downloadferdium-app-98e5d380e06c9d5eefb5ff8cb6555c29aa594aae.tar.gz
ferdium-app-98e5d380e06c9d5eefb5ff8cb6555c29aa594aae.tar.zst
ferdium-app-98e5d380e06c9d5eefb5ff8cb6555c29aa594aae.zip
Update retry action on builds
Diffstat (limited to 'scripts/build-windows.ps1')
-rw-r--r--scripts/build-windows.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-windows.ps1 b/scripts/build-windows.ps1
index 3c85e0a38..5da7df540 100644
--- a/scripts/build-windows.ps1
+++ b/scripts/build-windows.ps1
@@ -141,7 +141,7 @@ $EXPECTED_RECIPES_PNPM_VERSION = (Get-Content .\recipes\package.json | ConvertFr
141if ($ACTUAL_PNPM_VERSION -ne $EXPECTED_RECIPES_PNPM_VERSION) { 141if ($ACTUAL_PNPM_VERSION -ne $EXPECTED_RECIPES_PNPM_VERSION) {
142 fail_with_docs "The expected versions of pnpm are not the same in the main repo and in the recipes submodule, please sync them. 142 fail_with_docs "The expected versions of pnpm are not the same in the main repo and in the recipes submodule, please sync them.
143 expected in recipes : [$EXPECTED_RECIPES_PNPM_VERSION] 143 expected in recipes : [$EXPECTED_RECIPES_PNPM_VERSION]
144 expected in main repo: [$EXPECTED_RECIPES_PNPM_VERSION] 144 expected in main repo: [$EXPECTED_PNPM_VERSION]
145 actual : [$EXPECTED_PNPM_VERSION]" 145 actual : [$EXPECTED_PNPM_VERSION]"
146} 146}
147 147