ci: small fix

pull/2773/head
Alexander Medvednikov 2019-11-15 02:33:25 +03:00
parent 96cde10696
commit 751a89ccc8
1 changed files with 1 additions and 1 deletions

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.v
build-ubuntu-tcc:
runs-on: ubuntu-18.04