mirror of
https://github.com/vlang/v.git
synced 2025-09-11 08:25:42 -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
|
.github/workflows/retry.sh sudo apt install build-essential meson -y
|
||||||
|
|
||||||
- name: Build V
|
- name: Build V
|
||||||
run: make
|
run: make && ./v symlink -githubci
|
||||||
|
|
||||||
- name: Clone current Vinix
|
- name: Clone current Vinix
|
||||||
run: .github/workflows/retry.sh git clone https://github.com/vlang/vinix.git
|
run: .github/workflows/retry.sh git clone https://github.com/vlang/vinix.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user