ci: fix V setup again

This commit is contained in:
gechandesu 2025-03-29 20:31:34 +03:00 committed by GitHub
parent 143b646dc8
commit 2d1a4bc89f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,8 +16,9 @@ jobs:
- name: Setup V
run: |
wget -qO /tmp/v.zip https://github.com/vlang/v/releases/latest/download/v_linux.zip
unzip -q /tmp/v.zip -d /usr/local/lib/
ln -vs /usr/local/lib/v/v /usr/local/bin/v
unzip -q /tmp/v.zip -d /tmp
echo /tmp/v >> "$GITHUB_PATH"
v doctor
- name: Build docs
run: |