ci: fix vinix_ci.yml by using ./v symlink -githubci in vinix_ci.yml

This commit is contained in:
Delyan Angelov 2024-05-07 13:23:42 +03:00
parent 2e0881742c
commit 0ff9dd1b3e
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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