We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc5d31 commit d749e82Copy full SHA for d749e82
1 file changed
.github/workflows/e2e_test_windows.yaml
@@ -40,7 +40,7 @@ jobs:
40
# vfox activate pwsh | Out-File -FilePath vfox_env.ps1
41
- name: test installation
42
if: runner.os == 'Windows'
43
- shell: pwsh -command "&'$PROFILE'; . '{0}'"
+ shell: powershell -Command "&'$PROFILE'; . '{0}'"
44
run: |
45
Invoke-Expression "vfox env -s pwsh"
46
vfox use -g erlang@25.3.2.12
0 commit comments