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