We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23a8e1 commit 0b72751Copy full SHA for 0b72751
1 file changed
.github/workflows/e2e_test_linux_prebuilt.yaml
@@ -24,7 +24,8 @@ jobs:
24
git clone https://github.com/version-fox/vfox.git
25
cd vfox
26
go build -o vfox
27
- echo "$pwd" >> $GITHUB_PATH
+ chmod +x vfox
28
+ cp vfox /usr/local/bin
29
30
- name: add vfox-erlang plugin (Unix-like)
31
run: |
0 commit comments