We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98db57 commit 8f405a2Copy full SHA for 8f405a2
1 file changed
.github/workflows/e2e_test_linux_prebuilt.yaml
@@ -46,9 +46,11 @@ jobs:
46
run: |
47
vfox use -s erlang@maint-27
48
source "$HOME/.bash_profile"
49
+ echo $__VFOX_PID
50
+ echo $__VFOX_SHELL
51
echo "===============PATH==============="
52
echo $PATH
53
54
cd assets
- erlc hello.erl
- erl -noshell -s hello hello_world -s init stop
55
+ $HOME/.version-fox/cache/erlang/v-maint-27/erlang-maint-27/erlc hello.erl
56
+ $HOME/.version-fox/cache/erlang/v-maint-27/erlang-maint-27/erl -noshell -s hello hello_world -s init stop
0 commit comments