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