Skip to content

Commit 3b3279d

Browse files
committed
ci: try to fix shell hook
1 parent ff88962 commit 3b3279d

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
@@ -39,10 +39,10 @@ jobs:
3939
export USE_PREBUILT_OTP="ubuntu-22.04"
4040
vfox install erlang@maint-27
4141
# Hook Shell
42-
echo 'eval "$(vfox activate bash)"' >> ~/.bashrc
42+
echo 'eval "$(vfox activate bash)"' >> "$HOME/.bash_profile"
4343
4444
- name: test installation
45-
shell: bash -l {0} # use login shell to load .bashrc:
45+
shell: bash --norc -l -e -o pipefail {0} # use login shell to load .bashrc:
4646
run: |
4747
vfox use -g erlang@maint-27
4848
echo "===============PATH==============="

0 commit comments

Comments
 (0)