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