Skip to content

Commit 4c284ff

Browse files
committed
ci(windows): install latest instead of the stale alpha dist-tag
The standalone-install tests pinned VP_VERSION to the alpha dist-tag, which is stale (0.1.21-alpha.7, published 2026-05-13) and predates the VP_HOME fix in #2029 (2026-07-05). On Namespace's service-account Windows runners that old binary's 'vp env doctor' ignores VP_HOME and resolves the systemprofile home, failing the plain test-install-ps1 job. Drop VP_VERSION entirely so install.ps1/install.sh/vp-setup.exe default to latest (a build that contains #2029), which also lets the tests track releases instead of a hardcoded version.
1 parent 3e2373c commit 4c284ff

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/test-standalone-install.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ defaults:
2020
run:
2121
shell: bash
2222

23-
env:
24-
VP_VERSION: alpha
25-
2623
jobs:
2724
test-install-sh:
2825
name: Test install.sh (${{ matrix.name }})
@@ -168,7 +165,6 @@ jobs:
168165
run: |
169166
docker run --rm --platform linux/arm64 \
170167
-v "${{ github.workspace }}:/workspace" \
171-
-e VP_VERSION=alpha \
172168
ubuntu:20.04 bash -c "
173169
ls -al ~/
174170
apt-get update && apt-get install -y curl ca-certificates
@@ -227,7 +223,6 @@ jobs:
227223
run: |
228224
docker run --rm \
229225
-v "${{ github.workspace }}:/workspace" \
230-
-e VP_VERSION=alpha \
231226
-e CI=true \
232227
alpine:3.21 sh -c "
233228
# libstdc++: required by unofficial-builds Node.js musl binary
@@ -285,7 +280,6 @@ jobs:
285280
run: |
286281
docker run --rm --platform linux/arm64 \
287282
-v "${{ github.workspace }}:/workspace" \
288-
-e VP_VERSION=alpha \
289283
-e CI=true \
290284
alpine:3.21 sh -c "
291285
# libstdc++ is needed by unofficial-builds Node.js musl binary
@@ -851,8 +845,6 @@ jobs:
851845
- name: Install via vp-setup.exe (silent)
852846
shell: pwsh
853847
run: ${{ format('{0}/target/release/vp-setup.exe', env.DEV_DRIVE) }}
854-
env:
855-
VP_VERSION: alpha
856848

857849
- name: Set PATH
858850
shell: bash

0 commit comments

Comments
 (0)