Skip to content

Commit

Permalink
chore: fix vfox install in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed Apr 8, 2024
1 parent 92635c9 commit 3d18d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
if: runner.os == 'Windows'
run: |
Invoke-WebRequest -Uri "https://github.com/version-fox/vfox/releases/download/v0.3.1/vfox_0.3.1_windows_setup_x86_64.exe" -OutFile "vfox.exe"
.\vfox.exe
Start-Process -FilePath .\vfox.exe
- name: add vfox-erlang plugin
- name: add vfox-etcd plugin
run: |
vfox add --source https://github.com/yeshan333/vfox-etcd/archive/refs/heads/main.zip etcd
Expand Down

0 comments on commit 3d18d0f

Please sign in to comment.