ci: fix x64 test

pull/2854/head
Alexander Medvednikov 2019-11-22 19:52:31 +03:00
parent 94318b1287
commit 19fb46b5b1
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
- name: Bare metal
run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
- 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:
runs-on: ubuntu-18.04