Skip to content

Commit cd5639b

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

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
@@ -44,7 +44,7 @@ jobs:
4444
- name: test installation
4545
shell: bash --norc -l -e -o pipefail {0} # use login shell to load .bashrc:
4646
run: |
47-
vfox use -g erlang@maint-27
47+
vfox use -s erlang@maint-27
4848
echo "===============PATH==============="
4949
echo $PATH
5050
echo "===============PATH==============="

0 commit comments

Comments
 (0)