Skip to content

Commit 8f405a2

Browse files
committed
ci: try to fix shell hook
1 parent d98db57 commit 8f405a2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/e2e_test_linux_prebuilt.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ jobs:
4646
run: |
4747
vfox use -s erlang@maint-27
4848
source "$HOME/.bash_profile"
49+
echo $__VFOX_PID
50+
echo $__VFOX_SHELL
4951
echo "===============PATH==============="
5052
echo $PATH
5153
echo "===============PATH==============="
5254
cd assets
53-
erlc hello.erl
54-
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

Comments
 (0)