ci: fix V setup one more time

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

View File

@ -18,7 +18,6 @@ jobs:
wget -qO /tmp/v.zip https://github.com/vlang/v/releases/latest/download/v_linux.zip
unzip -q /tmp/v.zip -d /tmp
echo /tmp/v >> "$GITHUB_PATH"
v doctor
- name: Build docs
run: |