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