We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856ae59 commit 88abb14Copy full SHA for 88abb14
1 file changed
.github/workflows/e2e_test_linux.yaml
@@ -24,6 +24,8 @@ jobs:
24
echo "deb [trusted=yes] https://apt.fury.io/versionfox/ /" | sudo tee /etc/apt/sources.list.d/versionfox.list
25
sudo apt-get update
26
sudo apt-get install vfox
27
+ # Hook Shell
28
+ echo 'eval "$(vfox activate bash)"' >> ~/.bashrc
29
30
- name: add vfox-erlang plugin (Unix-like)
31
run: |
0 commit comments