mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: use sudo ./v symlink
in v-apps-compile job
This commit is contained in:
parent
7983495c57
commit
adae5b9afd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -794,7 +794,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build V
|
- name: Build V
|
||||||
run: make && ./v symlink
|
run: make && sudo ./v symlink
|
||||||
|
|
||||||
## vls
|
## vls
|
||||||
- name: Clone VLS tree-sitter
|
- name: Clone VLS tree-sitter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user