Skip to content

Commit b34d790

Browse files
committed
fix: bug
1 parent 427f6bd commit b34d790

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/e2e_test_linux_prebuilt.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ jobs:
4848
source "$HOME/.bash_profile"
4949
echo $__VFOX_PID
5050
echo $__VFOX_SHELL
51+
vfox env -s bash
5152
echo "===============PATH==============="
5253
echo $PATH
5354
echo "===============PATH==============="
5455
cd assets
55-
$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
56+
erlc hello.erl
57+
erl -noshell -s hello hello_world -s init stop

0 commit comments

Comments
 (0)