We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23468d5 commit 5b40715Copy full SHA for 5b40715
1 file changed
.github/workflows/e2e_test_windows.yaml
@@ -28,11 +28,12 @@ jobs:
28
cd vfox
29
go build -o vfox.exe
30
echo "$pwd" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
31
- vfox -version
+ ./vfox.exe -version
32
33
- name: add vfox-erlang plugin (Windows)
34
if: runner.os == 'Windows'
35
run: |
36
+ vfox -version
37
vfox add --source https://github.com/version-fox/vfox-erlang/archive/$env:GITHUB_REF.zip erlang
38
39
- name: install Erlang/OTP by vfox-erlang plugin (Windows)
0 commit comments