mirror of
https://github.com/gechandesu/runcmd.git
synced 2026-06-02 21:28:04 +03:00
chore,ci: Run v fmt -w .; Use latest V in CI
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user