Skip to content

Commit 03601db

Browse files
committed
ci: try to fix tests
1 parent 2c57f6c commit 03601db

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e_test_windows.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
& .\vfox_env.ps1
4646
echo $env:__VFOX_SHELL
4747
echo $env:__VFOX_CURTMPPATH
48+
vfox use -g erlang@25.3.2.12
4849
echo "===============PATH==============="
4950
echo $env:PATH
5051
echo "===============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
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

0 commit comments

Comments
 (0)