mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix ci.yml
This commit is contained in:
parent
1bfcdaa2cc
commit
d807a01d6b
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -73,8 +73,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Download V
|
||||
run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_linux.zip
|
||||
&& unzip v_linux.zip && ./v --version
|
||||
run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_linux.zip && unzip v_linux.zip && ./v --version
|
||||
|
||||
|
||||
ubuntu-tcc:
|
||||
|
Loading…
Reference in New Issue
Block a user