We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a95f31 commit 03c2a09Copy full SHA for 03c2a09
1 file changed
.github/workflows/e2e_test_windows.yaml
@@ -36,11 +36,11 @@ jobs:
36
if: runner.os == 'Windows'
37
run: |
38
vfox install erlang@25.3.2.12
39
+ vfox activate pwsh | Out-File -FilePath vfox_env.ps1
40
- name: test installation
41
42
- vfox activate pwsh > vfox_env.ps1
43
- . vfox_env.ps1
+ & vfox_env.ps1
44
echo $env:__VFOX_SHELL
45
echo $env:__VFOX_CURTMPPATH
46
cat $PROFILE
0 commit comments