From 791cee8a8ebb4c19049a4980149a4c9719b7617a Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 16 Nov 2019 09:34:57 +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 e9c18029f5..863617cf54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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_example_linux.v build-ubuntu-tcc: runs-on: ubuntu-18.04