We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5582dd commit d98db57Copy full SHA for d98db57
1 file changed
.github/workflows/e2e_test_linux_prebuilt.yaml
@@ -45,7 +45,7 @@ jobs:
45
shell: bash --norc -l -e -o pipefail {0} # use login shell to load .bashrc:
46
run: |
47
vfox use -s erlang@maint-27
48
- eval "$(vfox activate bash)"
+ source "$HOME/.bash_profile"
49
echo "===============PATH==============="
50
echo $PATH
51
0 commit comments