ci: fix x64 test
parent
94318b1287
commit
19fb46b5b1
|
@ -46,7 +46,7 @@ jobs:
|
||||||
- name: Bare metal
|
- name: Bare metal
|
||||||
run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
|
run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
|
||||||
- name: x64 machine code generation
|
- name: x64 machine code generation
|
||||||
run: cd examples/x64 && ./v -x64 hello_world.v && ./hello_world
|
run: cd examples/x64 && ../v -x64 hello_world.v && ./hello_world
|
||||||
|
|
||||||
build-ubuntu-tcc:
|
build-ubuntu-tcc:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
|
Loading…
Reference in New Issue