Skip to content

Commit

Permalink
ci: fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Oct 4, 2024
1 parent 0640d10 commit ba8fdf7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,11 @@ jobs:
with:
path: vab

- name: Simulate "v install vab"
run: mv vab ~/.vmodules
run: v -g ~/.vmodules/vab
run: sudo ln -s ~/.vmodules/vab/vab /usr/local/bin/vab
- name: Install vab
run: |
mv vab ~/.vmodules
v -g ~/.vmodules/vab
sudo ln -s ~/.vmodules/vab/vab /usr/local/bin/vab
- name: Run 'vab --help'
run: vab --help
Expand Down

0 comments on commit ba8fdf7

Please sign in to comment.