mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: test a prebuilt Linux package
This commit is contained in:
parent
baaf57e396
commit
cb2db3170e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -74,6 +74,8 @@ jobs:
|
||||
steps:
|
||||
- name: Download V
|
||||
run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_linux.zip && unzip v_linux.zip && ./v --version
|
||||
- name: Test V
|
||||
run: ./v test v
|
||||
|
||||
|
||||
ubuntu-tcc:
|
||||
|
Loading…
Reference in New Issue
Block a user