fix ci.yml
parent
1bfcdaa2cc
commit
d807a01d6b
|
@ -73,8 +73,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Download V
|
- name: Download V
|
||||||
run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_linux.zip
|
run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_linux.zip && unzip v_linux.zip && ./v --version
|
||||||
&& unzip v_linux.zip && ./v --version
|
|
||||||
|
|
||||||
|
|
||||||
ubuntu-tcc:
|
ubuntu-tcc:
|
||||||
|
|
Loading…
Reference in New Issue