From eb5df5c03da128a65741bb0994c04bd850a21981 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 26 Nov 2019 09:59:30 +0300 Subject: [PATCH] fix ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ab1ad0a1c..9a88218f46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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