mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools, ci: print info to use v symlink instead of v symlink -githubci
(#21471)
This commit is contained in:
parent
f19f0797d8
commit
972a137087
2 changed files with 15 additions and 11 deletions
3
.github/workflows/symlink_ci.yml
vendored
3
.github/workflows/symlink_ci.yml
vendored
|
@ -49,8 +49,9 @@ jobs:
|
|||
rm $(which v)
|
||||
v --version && exit 1 || exit 0
|
||||
- name: Symlink (-githubci)
|
||||
run: ./v symlink -githubci
|
||||
- name: Test after symlink with -githubci (in a separate script)
|
||||
run: |
|
||||
./v symlink --githubci
|
||||
cd /tmp/ && v version
|
||||
cd ~ && v version
|
||||
echo 'println(123)' > hi.v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue