We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c57f6c commit 03601dbCopy full SHA for 03601db
1 file changed
.github/workflows/e2e_test_windows.yaml
@@ -45,9 +45,9 @@ jobs:
45
& .\vfox_env.ps1
46
echo $env:__VFOX_SHELL
47
echo $env:__VFOX_CURTMPPATH
48
+ vfox use -g erlang@25.3.2.12
49
echo "===============PATH==============="
50
echo $env:PATH
51
- vfox use -g erlang@25.3.2.12
52
- & erl.exe -eval 'erlang:display({otp_release, erlang:system_info(otp_release)}), halt().' -noshell
53
- & erl.exe -eval 'erlang:display(shell_docs:get_doc(lists)), halt().' -noshell
+ erl.exe -eval 'erlang:display({otp_release, erlang:system_info(otp_release)}), halt().' -noshell
+ erl.exe -eval 'erlang:display(shell_docs:get_doc(lists)), halt().' -noshell
0 commit comments