From c0a09499323840bc35b8bcf16ef0cb441426e68f Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 9 Jul 2020 00:46:27 +0200 Subject: [PATCH] ci: bring back cross-compilation to linux test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e4b2f796a..204ea3bd8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,8 +115,8 @@ jobs: run: ./v test-fixed - name: Build examples run: ./v build-examples -# - name: Cross-compilation to Linux -# run: ./v -os linux cmd/v + - name: Cross-compilation to Linux + run: ./v -os linux cmd/v # - name: Test vsh # run: ./v examples/v_script.vsh - name: Test vid