From 015d0c5e33fe08a43af813dc16176aca71e6945c Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 16 Jun 2020 00:52:07 +0200 Subject: [PATCH] ci: disable linux cross compilation test for now --- .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 84d6ec64cc..a977a30f69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,8 +106,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