mirror of
https://github.com/vlang/v.git
synced 2025-09-09 15:27:05 -04:00
ci: fix vinix_ci.yml by using ./v symlink -githubci
in vinix_ci.yml
This commit is contained in:
parent
2e0881742c
commit
0ff9dd1b3e
2
.github/workflows/vinix_ci.yml
vendored
2
.github/workflows/vinix_ci.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
.github/workflows/retry.sh sudo apt install build-essential meson -y
|
||||
|
||||
- name: Build V
|
||||
run: make
|
||||
run: make && ./v symlink -githubci
|
||||
|
||||
- name: Clone current Vinix
|
||||
run: .github/workflows/retry.sh git clone https://github.com/vlang/vinix.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user