1
0
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:
Delyan Angelov 2021-06-14 13:13:22 +03:00
parent 7983495c57
commit adae5b9afd
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -794,7 +794,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build V
run: make && ./v symlink
run: make && sudo ./v symlink
## vls
- name: Clone VLS tree-sitter