chore,ci: Run v fmt -w .; Use latest V in CI

This commit is contained in:
ge
2026-06-01 00:04:58 +03:00
parent ac516c7b6c
commit 604b9e2d42
3 changed files with 6 additions and 7 deletions
+2 -3
View File
@@ -13,9 +13,8 @@ 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 /tmp
echo /tmp/v >> "$GITHUB_PATH"
git clone --depth=1 https://github.com/vlang/v /tmp/v && cd /tmp/v && make
/tmp/v/v symlink
- name: Build docs
run: |
+2 -3
View File
@@ -15,9 +15,8 @@ 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 /tmp
echo /tmp/v >> "$GITHUB_PATH"
git clone --depth=1 https://github.com/vlang/v /tmp/v && cd /tmp/v && make
/tmp/v/v symlink
- name: Run tests
run: |