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
173eacce3f
commit
eb5df5c03d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
# - name: Test v->js
|
||||
# run: ./v -o hi.js examples/hello_v_js.v && node hi.js
|
||||
- name: Build vorum
|
||||
git clone --depth 1 https://github.com/vlang/vorum && cd vorum && ../v . && cd ..
|
||||
run: git clone --depth 1 https://github.com/vlang/vorum && cd vorum && ../v . && cd ..
|
||||
- name: Bare metal
|
||||
run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
|
||||
- name: x64 machine code generation
|
||||
|
Loading…
Reference in New Issue
Block a user