Skip to content

Commit d98db57

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e_test_linux_prebuilt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
shell: bash --norc -l -e -o pipefail {0} # use login shell to load .bashrc:
4646
run: |
4747
vfox use -s erlang@maint-27
48-
eval "$(vfox activate bash)"
48+
source "$HOME/.bash_profile"
4949
echo "===============PATH==============="
5050
echo $PATH
5151
echo "===============PATH==============="

0 commit comments

Comments
 (0)