From 22c173c1dcd675b102867c1291e256c0d5b70a8e Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 27 Nov 2020 21:00:43 +0100 Subject: [PATCH] ci: ci can't run tetris :) --- .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 07fe77bce2..62a374f37a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: run: ./v -silent build-examples - name: Build examples with -autofree run: | - ./v -autofree -experimental -o tetris examples/tetris/tetris.v && ./tetris + ./v -autofree -experimental -o tetris examples/tetris/tetris.v - name: v doctor run: | ./v doctor @@ -233,7 +233,7 @@ jobs: run: ./v -silent build-examples - name: Build examples with -autofree run: | - ./v -autofree -experimental -o tetris examples/tetris/tetris.v && ./tetris + ./v -autofree -experimental -o tetris examples/tetris/tetris.v - name: Build modules run: | ./v build-module vlib/os