Skip to content

Commit 427f6bd

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e_test_linux_prebuilt.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
echo $PATH
5353
echo "===============PATH==============="
5454
cd assets
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
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

0 commit comments

Comments
 (0)