We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1f3b6 commit 824fb6dCopy full SHA for 824fb6d
1 file changed
.github/workflows/e2e_test_windows.yaml
@@ -36,12 +36,12 @@ jobs:
36
if: runner.os == 'Windows'
37
run: |
38
vfox install erlang@25.3.2.12
39
- vfox use erlang@25.3.2.12
40
if (-not (Test-Path -Path $PROFILE)) { New-Item -Type File -Path $PROFILE -Force }; Add-Content -Path $PROFILE -Value 'Invoke-Expression "$(vfox activate pwsh)"'
41
- name: test installation
42
43
44
Invoke-Expression "$(vfox activate pwsh)"
+ vfox use erlang@25.3.2.12
45
echo "===============PATH==============="
46
echo $env:PATH
47
0 commit comments