ci: Update actions, use latest V instead of weekly build

This commit is contained in:
ge
2026-05-05 23:18:03 +03:00
parent f65457bf44
commit f45af2e4ba
2 changed files with 5 additions and 6 deletions
+3 -4
View File
@@ -11,13 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
- 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: |