1
0
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:
Alexander Medvednikov 2019-11-16 09:34:57 +03:00
parent d1b8d34dd5
commit 791cee8a8e

View File

@ -42,7 +42,7 @@ jobs:
- name: Test v->js
run: ./v -o hi.js examples/hello_v_js.v && node hi.js
- name: Bare metal
run: ./v -bare -o bare vlib/os/bare/bare.v
run: ./v -bare -o bare vlib/os/bare/bare_example_linux.v
build-ubuntu-tcc:
runs-on: ubuntu-18.04