mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: small fix
This commit is contained in:
parent
96cde10696
commit
751a89ccc8
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
- name: Test v->js
|
- name: Test v->js
|
||||||
run: ./v -o hi.js examples/hello_v_js.v && node hi.js
|
run: ./v -o hi.js examples/hello_v_js.v && node hi.js
|
||||||
- name: Bare metal
|
- name: Bare metal
|
||||||
run: v -bare -o bare vlib/os/bare/bare.v
|
run: ./v -bare -o bare vlib/os/bare/bare.v
|
||||||
|
|
||||||
build-ubuntu-tcc:
|
build-ubuntu-tcc:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
Loading…
Reference in New Issue
Block a user