We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f405a2 commit 427f6bdCopy full SHA for 427f6bd
1 file changed
.github/workflows/e2e_test_linux_prebuilt.yaml
@@ -52,5 +52,5 @@ jobs:
52
echo $PATH
53
echo "===============PATH==============="
54
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
+ $HOME/.version-fox/cache/erlang/v-maint-27/erlang-maint-27/bin/erlc hello.erl
+ $HOME/.version-fox/cache/erlang/v-maint-27/erlang-maint-27/bin/erl -noshell -s hello hello_world -s init stop
0 commit comments