From b3e85436ada1461d800b20d46ea7365483d1783e Mon Sep 17 00:00:00 2001 From: sagic-orca <125193594+sagic-orca@users.noreply.github.com> Date: Sun, 12 Oct 2025 15:17:30 +0300 Subject: [PATCH] testing old tag --- .github/workflows/gating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gating.yaml b/.github/workflows/gating.yaml index 4c98709..b009d3d 100644 --- a/.github/workflows/gating.yaml +++ b/.github/workflows/gating.yaml @@ -48,7 +48,7 @@ jobs: # Execute the PowerShell installer script (using a known-good tag for testing) # This script will attempt the signed download and verification first, then fallback to checksum if needed. - .\install.ps1 -binDir $InstallDir -ErrorAction Stop + .\install.ps1 -tag 1.94.0 -binDir $InstallDir -ErrorAction Stop # Verification step: Ensure the executable exists and runs $ExePath = Join-Path -Path $InstallDir -ChildPath "orca-cli.exe"