Skip to content

Commit 88abb14

Browse files
committed
fix: linux test hook shell
1 parent 856ae59 commit 88abb14

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/e2e_test_linux.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
echo "deb [trusted=yes] https://apt.fury.io/versionfox/ /" | sudo tee /etc/apt/sources.list.d/versionfox.list
2525
sudo apt-get update
2626
sudo apt-get install vfox
27+
# Hook Shell
28+
echo 'eval "$(vfox activate bash)"' >> ~/.bashrc
2729
2830
- name: add vfox-erlang plugin (Unix-like)
2931
run: |

0 commit comments

Comments
 (0)