Skip to content

Commit 0b72751

Browse files
committed
ci: fix vfox link
1 parent b23a8e1 commit 0b72751

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/e2e_test_linux_prebuilt.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
git clone https://github.com/version-fox/vfox.git
2525
cd vfox
2626
go build -o vfox
27-
echo "$pwd" >> $GITHUB_PATH
27+
chmod +x vfox
28+
cp vfox /usr/local/bin
2829
2930
- name: add vfox-erlang plugin (Unix-like)
3031
run: |

0 commit comments

Comments
 (0)