We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a32cc1 commit db1f3b6Copy full SHA for db1f3b6
1 file changed
.github/workflows/e2e_test_windows.yaml
@@ -38,6 +38,9 @@ jobs:
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
+ if: runner.os == 'Windows'
43
+ run: |
44
Invoke-Expression "$(vfox activate pwsh)"
45
echo "===============PATH==============="
46
echo $env:PATH
0 commit comments